Html Css Color HEX #F996AD Illusion

📋 copy color: '#F996AD'

red 249 ◦ green 150 ◦ blue 173

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

Shades of Illusion #F996AD

Tints of Illusion #F996AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 43.53%
G = 26.22%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F996AD (or 0xF996AD) is known color: Illusion. HEX triplet: F9, 96 and AD. RGB value is (249,150,173). Sum of RGB (Red+Green+Blue) = 249+150+173=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F996AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F996AD is #066952. Grayscale: #B6B6B6. Windows color (decimal): -420179 or 11376377. OLE color: 11376377.

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

Color convert

RGB 249 150 173 -
CMYK 0 0.40 0.31 0.02
HSL 346.06º 0.89% 0.78% -
HSV(B) 346.06º 0.4% 0.98% -
XYZ 57.52 44.97 45.18 -
YUV 182.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 249 150 173 0 0.40 0.31 0.02 346.06 0.89 0.78
Hex F9 96 AD 0 28 1F 2 15A 59 4E
Octal 371 226 255 0 50 37 2 532 131 116
Binary 11111001 10010110 10101101 0 101000 11111 10 101011010 1011001 1001110

Color Harmonies of #F996AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996AD

Black with #F996AD

Text Example


Text Example

White with #F996AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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