#F96079

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

Shades of Wild Watermelon #F96079

Tints of Wild Watermelon #F96079

Color information

#F96079 (or 0xF96079) is unknown color: approx Wild Watermelon. HEX triplet: F9, 60 and 79. RGB value is (249,96,121). Sum of RGB (Red+Green+Blue) = 249+96+121=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F96079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96079 is #069F86. Grayscale: #909090. Windows color (decimal): -434055 or 7954681. OLE color: 7954681.

HSL color Cylindrical-coordinate representation of color #F96079: hue angle of 350.2º 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 #F96079 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB24996121-
CMYK00.610.510.02
HSL350.2º92.73%67.65%-
HSV(B)350.2º61.45%97.65%-
XYZ46.729.8921.4-
YUV144.6114.69202.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.43%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=53.43%
G=20.60%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499612100.610.510.02350.292.7367.65
HexF9607903D33215e5d44
Octal371140171075632536135104
Binary111110011100000111100101111011100111010101111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96079; }

 p { color: rgb(249,96,121); }

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

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

 a { background-color: rgb(249,96,121); }

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

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

 span { border-color: rgb(249,96,121); }

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