#F19BAF

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

Shades of Illusion #F19BAF

Tints of Illusion #F19BAF

Color information

#F19BAF (or 0xF19BAF) is unknown color: approx Illusion. HEX triplet: F1, 9B and AF. RGB value is (241,155,175). Sum of RGB (Red+Green+Blue) = 241+155+175=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BAF is #0E6450. Grayscale: #B7B7B7. Windows color (decimal): -943185 or 11508721. OLE color: 11508721.

HSL color Cylindrical-coordinate representation of color #F19BAF: hue angle of 346.05º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BAF is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241155175-
CMYK00.360.270.05
HSL346.05º75.44%77.65%-
HSV(B)346.05º35.68%94.51%-
XYZ55.7345.2446.35-
YUV182.99123.49169.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=42.21%
G=27.15%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115517500.360.270.05346.0575.4477.65
HexF19BAF0241B515a4b4e
Octal361233257044335532113116
Binary11110001100110111010111101001001101110110101101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BAF; }

 p { color: rgb(241,155,175); }

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

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

 a { background-color: rgb(241,155,175); }

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

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

 span { border-color: rgb(241,155,175); }

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