#F96466

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

Shades of Wild Watermelon #F96466

Tints of Wild Watermelon #F96466

Color information

#F96466 (or 0xF96466) is unknown color: approx Wild Watermelon. HEX triplet: F9, 64 and 66. RGB value is (249,100,102). Sum of RGB (Red+Green+Blue) = 249+100+102=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F96466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96466 is #069B99. Grayscale: #909090. Windows color (decimal): -433050 or 6710521. OLE color: 6710521.

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

Color convert

RGB249100102-
CMYK00.600.590.02
HSL359.19º92.55%68.43%-
HSV(B)359.19º59.84%97.65%-
XYZ46.0230.2115.98-
YUV144.78103.86202.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.21%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=55.21%
G=22.17%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910010200.600.590.02359.1992.5568.43
HexF9646603C3B21675d44
Octal371144146074732547135104
Binary111110011100100110011001111001110111010110011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96466; }

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

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

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

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

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

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

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

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