#F199B1

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

Shades of Illusion #F199B1

Tints of Illusion #F199B1

Color information

#F199B1 (or 0xF199B1) is unknown color: approx Illusion. HEX triplet: F1, 99 and B1. RGB value is (241,153,177). Sum of RGB (Red+Green+Blue) = 241+153+177=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F199B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199B1 is #0E664E. Grayscale: #B6B6B6. Windows color (decimal): -943695 or 11639281. OLE color: 11639281.

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

Color convert

RGB241153177-
CMYK00.370.270.05
HSL343.64º75.86%77.25%-
HSV(B)343.64º36.51%94.51%-
XYZ55.644.6647.28-
YUV182.05125.15170.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=42.21%
G=26.80%
B=31.00%

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
Decimal24115317700.370.270.05343.6475.8677.25
HexF199B10251B51584c4d
Octal361231261045335530114115
Binary11110001100110011011000101001011101110110101100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199B1; }

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

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

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

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

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

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

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

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