#F19AAA

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

Shades of Illusion #F19AAA

Tints of Illusion #F19AAA

Color information

#F19AAA (or 0xF19AAA) is unknown color: approx Illusion. HEX triplet: F1, 9A and AA. RGB value is (241,154,170). Sum of RGB (Red+Green+Blue) = 241+154+170=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AAA is #0E6555. Grayscale: #B5B5B5. Windows color (decimal): -943446 or 11180785. OLE color: 11180785.

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

Color convert

RGB241154170-
CMYK00.360.290.05
HSL348.97º75.65%77.45%-
HSV(B)348.97º36.1%94.51%-
XYZ55.0944.7143.76-
YUV181.84121.32170.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=42.65%
G=27.26%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115417000.360.290.05348.9775.6577.45
HexF19AAA0241D515d4c4d
Octal361232252044355535114115
Binary11110001100110101010101001001001110110110101110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AAA; }

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

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

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

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

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

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

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

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