Html Css Color HEX #F96376 Wild Watermelon

📋 copy color: '#F96376'

red 249 ◦ green 99 ◦ blue 118

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

Shades of Wild Watermelon #F96376

Tints of Wild Watermelon #F96376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.24%

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

R = 53.43%
G = 21.24%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F96376 (or 0xF96376) is known color: Wild Watermelon. HEX triplet: F9, 63 and 76. RGB value is (249,99,118). Sum of RGB (Red+Green+Blue) = 249+99+118=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F96376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96376 is #069C89. Grayscale: #929292. Windows color (decimal): -433290 or 7758841. OLE color: 7758841.

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

Color convert

RGB 249 99 118 -
CMYK 0 0.60 0.53 0.02
HSL 352.4º 0.93% 0.68% -
HSV(B) 352.4º 0.6% 0.98% -
XYZ 46.8 30.37 20.54 -
YUV 146.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 249 99 118 0 0.60 0.53 0.02 352.4 0.93 0.68
Hex F9 63 76 0 3C 35 2 160 5D 44
Octal 371 143 166 0 74 65 2 540 135 104
Binary 11111001 1100011 1110110 0 111100 110101 10 101100000 1011101 1000100

Color Harmonies of #F96376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96376

Black with #F96376

Text Example


Text Example

White with #F96376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96376; }

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

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

background-color css

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

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

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

border-color css

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

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

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