#F95976

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

Shades of Wild Watermelon #F95976

Tints of Wild Watermelon #F95976

Color information

#F95976 (or 0xF95976) is unknown color: approx Wild Watermelon. HEX triplet: F9, 59 and 76. RGB value is (249,89,118). Sum of RGB (Red+Green+Blue) = 249+89+118=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F95976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95976 is #06A689. Grayscale: #8C8C8C. Windows color (decimal): -435850 or 7756281. OLE color: 7756281.

HSL color Cylindrical-coordinate representation of color #F95976: hue angle of 349.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95976 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB24989118-
CMYK00.640.530.02
HSL349.12º93.02%66.27%-
HSV(B)349.12º64.26%97.65%-
XYZ45.9128.5920.24-
YUV140.15115.51205.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.61%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=54.61%
G=19.52%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498911800.640.530.02349.1293.0266.27
HexF9597604035215d5d42
Octal3711311660100652535135102
Binary1111100110110011110110010000001101011010101110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95976; }

 p { color: rgb(249,89,118); }

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

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

 a { background-color: rgb(249,89,118); }

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

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

 span { border-color: rgb(249,89,118); }

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