Html Css Color HEX #F9A1B5 Illusion

📋 copy color: '#F9A1B5'

red 249 ◦ green 161 ◦ blue 181

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

Shades of Illusion #F9A1B5

Tints of Illusion #F9A1B5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.24%

 BLUE value IS 181 (71.09% from 255) = 30.63%

R = 42.13%
G = 27.24%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F9A1B5 (or 0xF9A1B5) is known color: Illusion. HEX triplet: F9, A1 and B5. RGB value is (249,161,181). Sum of RGB (Red+Green+Blue) = 249+161+181=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1B5 is #065E4A. Grayscale: #BDBDBD. Windows color (decimal): -417355 or 11903481. OLE color: 11903481.

HSL color Cylindrical-coordinate representation of color #F9A1B5: hue angle of 346.36º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1B5 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 161 181 -
CMYK 0 0.35 0.27 0.02
HSL 346.36º 0.88% 0.8% -
HSV(B) 346.36º 0.35% 0.98% -
XYZ 60.15 48.97 50 -
YUV 189.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 249 161 181 0 0.35 0.27 0.02 346.36 0.88 0.8
Hex F9 A1 B5 0 23 1B 2 15A 58 50
Octal 371 241 265 0 43 33 2 532 130 120
Binary 11111001 10100001 10110101 0 100011 11011 10 101011010 1011000 1010000

Color Harmonies of #F9A1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A1B5

Black with #F9A1B5

Text Example


Text Example

White with #F9A1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A1B5; }

 p { color: rgb(249,161,181); }

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

background-color css

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

 a { background-color: rgb(249,161,181); }

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

border-color css

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

 span { border-color: rgb(249,161,181); }

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