#f85874

Color #F85874 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F85874

Tints of Wild Watermelon #F85874

Color information

#F85874 (or 0xF85874) is unknown color: approx Wild Watermelon. HEX triplet: F8, 58 and 74. RGB value is (248,88,116). Sum of RGB (Red+Green+Blue) = 248+88+116=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F85874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85874 is #07A78B. Grayscale: #8B8B8B. Windows color (decimal): -501644 or 7624952. OLE color: 7624952.

HSL color Cylindrical-coordinate representation of color #F85874: hue angle of 349.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85874 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB24888116-
CMYK00.650.530.03
HSL349.5º91.95%65.88%-
HSV(B)349.5º64.52%97.25%-
XYZ45.3528.219.58-
YUV139.03115.01205.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 54.87%
GREEN value IS 88 (34.77% from 255) = 19.47%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=54.87%
G=19.47%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488811600.650.530.03349.591.9565.88
HexF8587404135315e5c42
Octal3701301640101653536134102
Binary1111100010110001110100010000011101011110101111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f85874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f85874; }

 p { color: rgb(248,88,116); }

 H1.HeaderClassName
 {
   color: #f85874;
 }
 .AnyTagClassName
 {
   color: #f85874;
 }
</style>
background-color css

<style>
 a { background-color: #f85874; }

 a { background-color: rgb(248,88,116); }

 div.DivClassName
 {
   background-color: #f85874;
 }
 .BgClassName
 {
   background-color: #f85874;
 }
</style>
border-color css

<style>
 span { border-color: #f85874; }

 span { border-color: rgb(248,88,116); }

 td.TdClassName
 {
   border-color: #f85874;
 }
 .TagClassName
 {
   border-color: #f85874;
 }
</style>