#F199B0

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

Shades of Illusion #F199B0

Tints of Illusion #F199B0

Color information

#F199B0 (or 0xF199B0) is unknown color: approx Illusion. HEX triplet: F1, 99 and B0. RGB value is (241,153,176). Sum of RGB (Red+Green+Blue) = 241+153+176=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F199B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199B0 is #0E664F. Grayscale: #B5B5B5. Windows color (decimal): -943696 or 11573745. OLE color: 11573745.

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

Color convert

RGB241153176-
CMYK00.370.270.05
HSL344.32º75.86%77.25%-
HSV(B)344.32º36.51%94.51%-
XYZ55.544.6246.76-
YUV181.93124.65170.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=42.28%
G=26.84%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115317600.370.270.05344.3275.8677.25
HexF199B00251B51584c4d
Octal361231260045335530114115
Binary11110001100110011011000001001011101110110101100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199B0; }

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

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

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

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

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

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

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

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