Html Css Color HEX #F95666 Wild Watermelon

📋 copy color: '#F95666'

red 249 ◦ green 86 ◦ blue 102

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

Shades of Wild Watermelon #F95666

Tints of Wild Watermelon #F95666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.68%

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

R = 56.98%
G = 19.68%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F95666 (or 0xF95666) is known color: Wild Watermelon. HEX triplet: F9, 56 and 66. RGB value is (249,86,102). Sum of RGB (Red+Green+Blue) = 249+86+102=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F95666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95666 is #06A999. Grayscale: #888888. Windows color (decimal): -436634 or 6706937. OLE color: 6706937.

HSL color Cylindrical-coordinate representation of color #F95666: hue angle of 354.11º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F95666 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 86 102 -
CMYK 0 0.65 0.59 0.02
HSL 354.11º 0.93% 0.66% -
HSV(B) 354.11º 0.65% 0.98% -
XYZ 44.79 27.75 15.57 -
YUV 136.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 249 86 102 0 0.65 0.59 0.02 354.11 0.93 0.66
Hex F9 56 66 0 41 3B 2 162 5D 42
Octal 371 126 146 0 101 73 2 542 135 102
Binary 11111001 1010110 1100110 0 1000001 111011 10 101100010 1011101 1000010

Color Harmonies of #F95666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95666

Black with #F95666

Text Example


Text Example

White with #F95666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95666; }

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

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

background-color css

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

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

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

border-color css

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

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

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