Html Css Color HEX #F96374 Wild Watermelon

📋 copy color: '#F96374'

red 249 ◦ green 99 ◦ blue 116

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

Shades of Wild Watermelon #F96374

Tints of Wild Watermelon #F96374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25%

R = 53.66%
G = 21.34%
B = 25%

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

#F96374 (or 0xF96374) is known color: Wild Watermelon. HEX triplet: F9, 63 and 74. RGB value is (249,99,116). Sum of RGB (Red+Green+Blue) = 249+99+116=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F96374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96374 is #069C8B. Grayscale: #919191. Windows color (decimal): -433292 or 7627769. OLE color: 7627769.

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

Color convert

RGB 249 99 116 -
CMYK 0 0.60 0.53 0.02
HSL 353.2º 0.93% 0.68% -
HSV(B) 353.2º 0.6% 0.98% -
XYZ 46.68 30.32 19.92 -
YUV 145.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 249 99 116 0 0.60 0.53 0.02 353.2 0.93 0.68
Hex F9 63 74 0 3C 35 2 161 5D 44
Octal 371 143 164 0 74 65 2 541 135 104
Binary 11111001 1100011 1110100 0 111100 110101 10 101100001 1011101 1000100

Color Harmonies of #F96374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96374

Black with #F96374

Text Example


Text Example

White with #F96374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96374; }

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

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

background-color css

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

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

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

border-color css

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

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

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