#F19AB0

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

Shades of Illusion #F19AB0

Tints of Illusion #F19AB0

Color information

#F19AB0 (or 0xF19AB0) is unknown color: approx Illusion. HEX triplet: F1, 9A and B0. RGB value is (241,154,176). Sum of RGB (Red+Green+Blue) = 241+154+176=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AB0 is #0E654F. Grayscale: #B6B6B6. Windows color (decimal): -943440 or 11574001. OLE color: 11574001.

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

Color convert

RGB241154176-
CMYK00.360.270.05
HSL344.83º75.65%77.45%-
HSV(B)344.83º36.1%94.51%-
XYZ55.6744.9546.82-
YUV182.52124.32169.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 154 (60.55% from 255) = 26.97%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=42.21%
G=26.97%
B=30.82%

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
Decimal24115417600.360.270.05344.8375.6577.45
HexF19AB00241B51594c4d
Octal361232260044335531114115
Binary11110001100110101011000001001001101110110101100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AB0; }

 p { color: rgb(241,154,176); }

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

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

 a { background-color: rgb(241,154,176); }

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

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

 span { border-color: rgb(241,154,176); }

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