#F199B2

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

Shades of Illusion #F199B2

Tints of Illusion #F199B2

Color information

#F199B2 (or 0xF199B2) is unknown color: approx Illusion. HEX triplet: F1, 99 and B2. RGB value is (241,153,178). Sum of RGB (Red+Green+Blue) = 241+153+178=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F199B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199B2 is #0E664D. Grayscale: #B6B6B6. Windows color (decimal): -943694 or 11704817. OLE color: 11704817.

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

Color convert

RGB241153178-
CMYK00.370.260.05
HSL342.95º75.86%77.25%-
HSV(B)342.95º36.51%94.51%-
XYZ55.744.747.81-
YUV182.16125.65169.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 178 (69.92% from 255) = 31.12%
R=42.13%
G=26.75%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115317800.370.260.05342.9575.8677.25
HexF199B20251A51574c4d
Octal361231262045325527114115
Binary11110001100110011011001001001011101010110101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199B2; }

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

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

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

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

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

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

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

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