#F84976

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

Shades of Wild Watermelon #F84976

Tints of Wild Watermelon #F84976

Color information

#F84976 (or 0xF84976) is unknown color: approx Wild Watermelon. HEX triplet: F8, 49 and 76. RGB value is (248,73,118). Sum of RGB (Red+Green+Blue) = 248+73+118=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F84976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84976 is #07B689. Grayscale: #828282. Windows color (decimal): -505482 or 7752184. OLE color: 7752184.

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

Color convert

RGB24873118-
CMYK00.710.520.03
HSL344.57º92.59%62.94%-
HSV(B)344.57º70.56%97.25%-
XYZ44.3626.0319.83-
YUV130.46120.98211.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.49%
GREEN value IS 73 (28.91% from 255) = 16.63%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=56.49%
G=16.63%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487311800.710.520.03344.5792.5962.94
HexF849760473431595d3f
Octal370111166010764353113577
Binary111110001001001111011001000111110100111010110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84976; }

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

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

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

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

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

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

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

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