Html Css Color HEX #F996B0 Illusion

📋 copy color: '#F996B0'

red 249 ◦ green 150 ◦ blue 176

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

Shades of Illusion #F996B0

Tints of Illusion #F996B0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.09%

 BLUE value IS 176 (69.14% from 255) = 30.61%

R = 43.3%
G = 26.09%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F996B0 (or 0xF996B0) is known color: Illusion. HEX triplet: F9, 96 and B0. RGB value is (249,150,176). Sum of RGB (Red+Green+Blue) = 249+150+176=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F996B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F996B0 is #06694F. Grayscale: #B6B6B6. Windows color (decimal): -420176 or 11572985. OLE color: 11572985.

HSL color Cylindrical-coordinate representation of color #F996B0: hue angle of 344.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996B0 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 176 -
CMYK 0 0.40 0.29 0.02
HSL 344.24º 0.89% 0.78% -
HSV(B) 344.24º 0.4% 0.98% -
XYZ 57.81 45.09 46.73 -
YUV 182.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 249 150 176 0 0.40 0.29 0.02 344.24 0.89 0.78
Hex F9 96 B0 0 28 1D 2 158 59 4E
Octal 371 226 260 0 50 35 2 530 131 116
Binary 11111001 10010110 10110000 0 101000 11101 10 101011000 1011001 1001110

Color Harmonies of #F996B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996B0

Black with #F996B0

Text Example


Text Example

White with #F996B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996B0; }

 p { color: rgb(249,150,176); }

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

background-color css

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

 a { background-color: rgb(249,150,176); }

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

border-color css

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

 span { border-color: rgb(249,150,176); }

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