#FF9FB4

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

Shades of Illusion #FF9FB4

Tints of Illusion #FF9FB4

Color information

#FF9FB4 (or 0xFF9FB4) is unknown color: approx Illusion. HEX triplet: FF, 9F and B4. RGB value is (255,159,180). Sum of RGB (Red+Green+Blue) = 255+159+180=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FB4 is #00604B. Grayscale: #BEBEBE. Windows color (decimal): -24652 or 11837439. OLE color: 11837439.

HSL color Cylindrical-coordinate representation of color #FF9FB4: hue angle of 346.88º 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 #FF9FB4 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255159180-
CMYK00.380.290
HSL346.88º100%81.18%-
HSV(B)346.88º37.65%100%-
XYZ61.8849.3549.44-
YUV190.1122.3174.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 180 (70.70% from 255) = 30.30%
R=42.93%
G=26.77%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515918000.380.290346.8810081.18
HexFF9FB40261D015b6451
Octal377237264046350533144121
Binary111111111001111110110100010011011101010101101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FB4; }

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

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

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

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

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

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

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

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