#F9A2B5

Color #F9A2B5 Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #F9A2B5

Tints of Illusion #F9A2B5

Color information

#F9A2B5 (or 0xF9A2B5) is unknown color: approx Illusion. HEX triplet: F9, A2 and B5. RGB value is (249,162,181). Sum of RGB (Red+Green+Blue) = 249+162+181=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2B5 is #065D4A. Grayscale: #BEBEBE. Windows color (decimal): -417099 or 11903737. OLE color: 11903737.

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

Color convert

RGB249162181-
CMYK00.350.270.02
HSL346.9º87.88%80.59%-
HSV(B)346.9º34.94%97.65%-
XYZ60.3349.3250.06-
YUV190.18122.82169.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.06%
GREEN value IS 162 (63.67% from 255) = 27.36%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=42.06%
G=27.36%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916218100.350.270.02346.987.8880.59
HexF9A2B50231B215b5851
Octal371242265043332533130121
Binary1111100110100010101101010100011110111010101101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A2B5; }

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

 H1.HeaderClassName
 {
   color: #F9A2B5;
 }
 .AnyTagClassName
 {
   color: #F9A2B5;
 }
</style>
background-color css

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

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

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

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

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

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