Html Css Color HEX #F96170 Wild Watermelon

📋 copy color: '#F96170'

red 249 ◦ green 97 ◦ blue 112

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

Shades of Wild Watermelon #F96170

Tints of Wild Watermelon #F96170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.18%

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 54.37%
G = 21.18%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F96170 (or 0xF96170) is known color: Wild Watermelon. HEX triplet: F9, 61 and 70. RGB value is (249,97,112). Sum of RGB (Red+Green+Blue) = 249+97+112=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F96170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96170 is #069E8F. Grayscale: #909090. Windows color (decimal): -433808 or 7365113. OLE color: 7365113.

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

Color convert

RGB 249 97 112 -
CMYK 0 0.61 0.55 0.02
HSL 354.08º 0.93% 0.68% -
HSV(B) 354.08º 0.61% 0.98% -
XYZ 46.27 29.86 18.65 -
YUV 144.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 249 97 112 0 0.61 0.55 0.02 354.08 0.93 0.68
Hex F9 61 70 0 3D 37 2 162 5D 44
Octal 371 141 160 0 75 67 2 542 135 104
Binary 11111001 1100001 1110000 0 111101 110111 10 101100010 1011101 1000100

Color Harmonies of #F96170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96170

Black with #F96170

Text Example


Text Example

White with #F96170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96170; }

 p { color: rgb(249,97,112); }

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

background-color css

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

 a { background-color: rgb(249,97,112); }

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

border-color css

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

 span { border-color: rgb(249,97,112); }

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