#F85E6F

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

Shades of Wild Watermelon #F85E6F

Tints of Wild Watermelon #F85E6F

Color information

#F85E6F (or 0xF85E6F) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5E and 6F. RGB value is (248,94,111). Sum of RGB (Red+Green+Blue) = 248+94+111=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E6F is #07A190. Grayscale: #8E8E8E. Windows color (decimal): -500113 or 7298808. OLE color: 7298808.

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

Color convert

RGB24894111-
CMYK00.620.550.03
HSL353.38º91.67%67.06%-
HSV(B)353.38º62.1%97.25%-
XYZ45.5829.1118.26-
YUV141.98110.52203.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.75%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=54.75%
G=20.75%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489411100.620.550.03353.3891.6767.06
HexF85E6F03E3731615c43
Octal370136157076673541134103
Binary111110001011110110111101111101101111110110000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85E6F; }

 p { color: rgb(248,94,111); }

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

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

 a { background-color: rgb(248,94,111); }

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

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

 span { border-color: rgb(248,94,111); }

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