Html Css Color HEX #F96576 Wild Watermelon

📋 copy color: '#F96576'

red 249 ◦ green 101 ◦ blue 118

#F96576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F96576

Tints of Wild Watermelon #F96576

RGB

 RED value IS 249 (97.66% from 255) = 53.21%

 GREEN value IS 101 (39.84% from 255) = 21.58%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 53.21%
G = 21.58%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F96576 (or 0xF96576) is known color: Wild Watermelon. HEX triplet: F9, 65 and 76. RGB value is (249,101,118). Sum of RGB (Red+Green+Blue) = 249+101+118=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F96576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96576 is #069A89. Grayscale: #939393. Windows color (decimal): -432778 or 7759353. OLE color: 7759353.

HSL color Cylindrical-coordinate representation of color #F96576: hue angle of 353.11º degrees, saturation: 0.93, 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 #F96576 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 118 -
CMYK 0 0.59 0.53 0.02
HSL 353.11º 0.93% 0.69% -
HSV(B) 353.11º 0.59% 0.98% -
XYZ 46.99 30.76 20.6 -
YUV 147.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 249 101 118 0 0.59 0.53 0.02 353.11 0.93 0.69
Hex F9 65 76 0 3B 35 2 161 5C 45
Octal 371 145 166 0 73 65 2 541 134 105
Binary 11111001 1100101 1110110 0 111011 110101 10 101100001 1011100 1000101

Color Harmonies of #F96576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96576

Black with #F96576

Text Example


Text Example

White with #F96576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96576; }

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

 H1.HeaderClassName
 {
   color: #F96576;
 }
 .AnyTagClassName
 {
   color: #F96576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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