#F199AA

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

Shades of Illusion #F199AA

Tints of Illusion #F199AA

Color information

#F199AA (or 0xF199AA) is unknown color: approx Illusion. HEX triplet: F1, 99 and AA. RGB value is (241,153,170). Sum of RGB (Red+Green+Blue) = 241+153+170=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F199AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199AA is #0E6655. Grayscale: #B5B5B5. Windows color (decimal): -943702 or 11180529. OLE color: 11180529.

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

Color convert

RGB241153170-
CMYK00.370.290.05
HSL348.41º75.86%77.25%-
HSV(B)348.41º36.51%94.51%-
XYZ54.9244.3943.7-
YUV181.25121.65170.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=42.73%
G=27.13%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115317000.370.290.05348.4175.8677.25
HexF199AA0251D515c4c4d
Octal361231252045355534114115
Binary11110001100110011010101001001011110110110101110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199AA; }

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

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

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

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

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

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

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

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