#FF9FB5

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

Shades of Illusion #FF9FB5

Tints of Illusion #FF9FB5

Color information

#FF9FB5 (or 0xFF9FB5) is unknown color: approx Illusion. HEX triplet: FF, 9F and B5. RGB value is (255,159,181). Sum of RGB (Red+Green+Blue) = 255+159+181=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FB5 is #00604A. Grayscale: #BEBEBE. Windows color (decimal): -24651 or 11902975. OLE color: 11902975.

HSL color Cylindrical-coordinate representation of color #FF9FB5: hue angle of 346.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FB5 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255159181-
CMYK00.380.290
HSL346.25º100%81.18%-
HSV(B)346.25º37.65%100%-
XYZ61.9849.3949.98-
YUV190.21122.8174.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=42.86%
G=26.72%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515918100.380.290346.2510081.18
HexFF9FB50261D015a6451
Octal377237265046350532144121
Binary111111111001111110110101010011011101010101101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FB5; }

 p { color: rgb(255,159,181); }

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

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

 a { background-color: rgb(255,159,181); }

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

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

 span { border-color: rgb(255,159,181); }

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