#F95476

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

Shades of Wild Watermelon #F95476

Tints of Wild Watermelon #F95476

Color information

#F95476 (or 0xF95476) is unknown color: approx Wild Watermelon. HEX triplet: F9, 54 and 76. RGB value is (249,84,118). Sum of RGB (Red+Green+Blue) = 249+84+118=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F95476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95476 is #06AB89. Grayscale: #898989. Windows color (decimal): -437130 or 7755001. OLE color: 7755001.

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

Color convert

RGB24984118-
CMYK00.660.530.02
HSL347.64º93.22%65.29%-
HSV(B)347.64º66.27%97.65%-
XYZ45.5127.7920.1-
YUV137.21117.16207.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.21%
GREEN value IS 84 (33.20% from 255) = 18.63%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=55.21%
G=18.63%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498411800.660.530.02347.6493.2265.29
HexF9547604235215c5d41
Octal3711241660102652534135101
Binary1111100110101001110110010000101101011010101110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95476; }

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

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

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

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

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

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

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

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