#F96176

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

Shades of Wild Watermelon #F96176

Tints of Wild Watermelon #F96176

Color information

#F96176 (or 0xF96176) is unknown color: approx Wild Watermelon. HEX triplet: F9, 61 and 76. RGB value is (249,97,118). Sum of RGB (Red+Green+Blue) = 249+97+118=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F96176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96176 is #069E89. Grayscale: #909090. Windows color (decimal): -433802 or 7758329. OLE color: 7758329.

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

Color convert

RGB24997118-
CMYK00.610.530.02
HSL351.71º92.68%67.84%-
HSV(B)351.71º61.04%97.65%-
XYZ46.613020.47-
YUV144.84112.86202.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=53.66%
G=20.91%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499711800.610.530.02351.7192.6867.84
HexF9617603D3521605d44
Octal371141166075652540135104
Binary111110011100001111011001111011101011010110000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96176; }

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

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

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

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

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

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

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

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