#F96676

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

Shades of Wild Watermelon #F96676

Tints of Wild Watermelon #F96676

Color information

#F96676 (or 0xF96676) is unknown color: approx Wild Watermelon. HEX triplet: F9, 66 and 76. RGB value is (249,102,118). Sum of RGB (Red+Green+Blue) = 249+102+118=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F96676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96676 is #069989. Grayscale: #939393. Windows color (decimal): -432522 or 7759609. OLE color: 7759609.

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

Color convert

RGB249102118-
CMYK00.590.530.02
HSL353.47º92.45%68.82%-
HSV(B)353.47º59.04%97.65%-
XYZ47.0930.9520.63-
YUV147.78111.2200.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.09%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=53.09%
G=21.75%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910211800.590.530.02353.4792.4568.82
HexF9667603B3521615c45
Octal371146166073652541134105
Binary111110011100110111011001110111101011010110000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96676; }

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

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

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

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

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

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

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

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