#F19FAB

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

Shades of Illusion #F19FAB

Tints of Illusion #F19FAB

Color information

#F19FAB (or 0xF19FAB) is unknown color: approx Illusion. HEX triplet: F1, 9F and AB. RGB value is (241,159,171). Sum of RGB (Red+Green+Blue) = 241+159+171=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19FAB is #0E6054. Grayscale: #B8B8B8. Windows color (decimal): -942165 or 11247601. OLE color: 11247601.

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

Color convert

RGB241159171-
CMYK00.340.290.05
HSL351.22º74.55%78.43%-
HSV(B)351.22º34.02%94.51%-
XYZ56.0246.4444.54-
YUV184.89120.17168.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=42.21%
G=27.85%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115917100.340.290.05351.2274.5578.43
HexF19FAB0221D515f4b4e
Octal361237253042355537113116
Binary11110001100111111010101101000101110110110101111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FAB; }

 p { color: rgb(241,159,171); }

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

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

 a { background-color: rgb(241,159,171); }

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

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

 span { border-color: rgb(241,159,171); }

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