#F85B70

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

Shades of Wild Watermelon #F85B70

Tints of Wild Watermelon #F85B70

Color information

#F85B70 (or 0xF85B70) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5B and 70. RGB value is (248,91,112). Sum of RGB (Red+Green+Blue) = 248+91+112=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B70 is #07A48F. Grayscale: #8C8C8C. Windows color (decimal): -500880 or 7363576. OLE color: 7363576.

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

Color convert

RGB24891112-
CMYK00.630.550.03
HSL351.97º91.81%66.47%-
HSV(B)351.97º63.31%97.25%-
XYZ45.3828.6118.46-
YUV140.34112.01204.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.99%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=54.99%
G=20.18%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489111200.630.550.03351.9791.8166.47
HexF85B7003F3731605c42
Octal370133160077673540134102
Binary111110001011011111000001111111101111110110000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85B70; }

 p { color: rgb(248,91,112); }

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

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

 a { background-color: rgb(248,91,112); }

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

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

 span { border-color: rgb(248,91,112); }

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