Html Css Color HEX #F96172 Wild Watermelon

📋 copy color: '#F96172'

red 249 ◦ green 97 ◦ blue 114

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

Shades of Wild Watermelon #F96172

Tints of Wild Watermelon #F96172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 54.13%
G = 21.09%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F96172 (or 0xF96172) is known color: Wild Watermelon. HEX triplet: F9, 61 and 72. RGB value is (249,97,114). Sum of RGB (Red+Green+Blue) = 249+97+114=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F96172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96172 is #069E8D. Grayscale: #909090. Windows color (decimal): -433806 or 7496185. OLE color: 7496185.

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

Color convert

RGB 249 97 114 -
CMYK 0 0.61 0.54 0.02
HSL 353.29º 0.93% 0.68% -
HSV(B) 353.29º 0.61% 0.98% -
XYZ 46.38 29.9 19.25 -
YUV 144.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 249 97 114 0 0.61 0.54 0.02 353.29 0.93 0.68
Hex F9 61 72 0 3D 36 2 161 5D 44
Octal 371 141 162 0 75 66 2 541 135 104
Binary 11111001 1100001 1110010 0 111101 110110 10 101100001 1011101 1000100

Color Harmonies of #F96172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96172

Black with #F96172

Text Example


Text Example

White with #F96172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96172; }

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

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

background-color css

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

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

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

border-color css

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

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

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