#F85479

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

Shades of Wild Watermelon #F85479

Tints of Wild Watermelon #F85479

Color information

#F85479 (or 0xF85479) is unknown color: approx Wild Watermelon. HEX triplet: F8, 54 and 79. RGB value is (248,84,121). Sum of RGB (Red+Green+Blue) = 248+84+121=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F85479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85479 is #07AB86. Grayscale: #898989. Windows color (decimal): -502663 or 7951608. OLE color: 7951608.

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

Color convert

RGB24884121-
CMYK00.660.510.03
HSL346.46º92.13%65.1%-
HSV(B)346.46º66.13%97.25%-
XYZ45.3327.6821.04-
YUV137.25118.83206.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=54.75%
G=18.54%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488412100.660.510.03346.4692.1365.1
HexF8547904233315a5c41
Octal3701241710102633532134101
Binary1111100010101001111001010000101100111110101101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85479; }

 p { color: rgb(248,84,121); }

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

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

 a { background-color: rgb(248,84,121); }

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

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

 span { border-color: rgb(248,84,121); }

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