#F19FAA

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

Shades of Illusion #F19FAA

Tints of Illusion #F19FAA

Color information

#F19FAA (or 0xF19FAA) is unknown color: approx Illusion. HEX triplet: F1, 9F and AA. RGB value is (241,159,170). Sum of RGB (Red+Green+Blue) = 241+159+170=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19FAA is #0E6055. Grayscale: #B8B8B8. Windows color (decimal): -942166 or 11182065. OLE color: 11182065.

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

Color convert

RGB241159170-
CMYK00.340.290.05
HSL351.95º74.55%78.43%-
HSV(B)351.95º34.02%94.51%-
XYZ55.9346.444.04-
YUV184.77119.67168.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=42.28%
G=27.89%
B=29.82%

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
Decimal24115917000.340.290.05351.9574.5578.43
HexF19FAA0221D51604b4e
Octal361237252042355540113116
Binary11110001100111111010101001000101110110110110000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FAA; }

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

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

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

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

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

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

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

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