Html Css Color HEX #F96166 Wild Watermelon

📋 copy color: '#F96166'

red 249 ◦ green 97 ◦ blue 102

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

Shades of Wild Watermelon #F96166

Tints of Wild Watermelon #F96166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.77%

R = 55.58%
G = 21.65%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F96166 (or 0xF96166) is known color: Wild Watermelon. HEX triplet: F9, 61 and 66. RGB value is (249,97,102). Sum of RGB (Red+Green+Blue) = 249+97+102=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F96166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96166 is #069E99. Grayscale: #8F8F8F. Windows color (decimal): -433818 or 6709753. OLE color: 6709753.

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

Color convert

RGB 249 97 102 -
CMYK 0 0.61 0.59 0.02
HSL 358.03º 0.93% 0.68% -
HSV(B) 358.03º 0.61% 0.98% -
XYZ 45.74 29.65 15.88 -
YUV 143.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 249 97 102 0 0.61 0.59 0.02 358.03 0.93 0.68
Hex F9 61 66 0 3D 3B 2 166 5D 44
Octal 371 141 146 0 75 73 2 546 135 104
Binary 11111001 1100001 1100110 0 111101 111011 10 101100110 1011101 1000100

Color Harmonies of #F96166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96166

Black with #F96166

Text Example


Text Example

White with #F96166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96166; }

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

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

background-color css

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

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

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

border-color css

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

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

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