#F85376

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

Shades of Wild Watermelon #F85376

Tints of Wild Watermelon #F85376

Color information

#F85376 (or 0xF85376) is unknown color: approx Wild Watermelon. HEX triplet: F8, 53 and 76. RGB value is (248,83,118). Sum of RGB (Red+Green+Blue) = 248+83+118=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85376 is #07AC89. Grayscale: #888888. Windows color (decimal): -502922 or 7754744. OLE color: 7754744.

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

Color convert

RGB24883118-
CMYK00.670.520.03
HSL347.27º92.18%64.9%-
HSV(B)347.27º66.53%97.25%-
XYZ45.0727.4520.06-
YUV136.32117.66207.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.23%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=55.23%
G=18.49%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488311800.670.520.03347.2792.1864.9
HexF8537604334315b5c41
Octal3701231660103643533134101
Binary1111100010100111110110010000111101001110101101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85376; }

 p { color: rgb(248,83,118); }

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

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

 a { background-color: rgb(248,83,118); }

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

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

 span { border-color: rgb(248,83,118); }

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