#F85C6E

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

Shades of Wild Watermelon #F85C6E

Tints of Wild Watermelon #F85C6E

Color information

#F85C6E (or 0xF85C6E) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5C and 6E. RGB value is (248,92,110). Sum of RGB (Red+Green+Blue) = 248+92+110=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C6E is #07A391. Grayscale: #8C8C8C. Windows color (decimal): -500626 or 7232760. OLE color: 7232760.

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

Color convert

RGB24892110-
CMYK00.630.560.03
HSL353.08º91.76%66.67%-
HSV(B)353.08º62.9%97.25%-
XYZ45.3528.7417.91-
YUV140.7110.68204.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=55.11%
G=20.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489211000.630.560.03353.0891.7666.67
HexF85C6E03F3831615c43
Octal370134156077703541134103
Binary111110001011100110111001111111110001110110000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85C6E; }

 p { color: rgb(248,92,110); }

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

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

 a { background-color: rgb(248,92,110); }

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

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

 span { border-color: rgb(248,92,110); }

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