#F19FB0

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

Shades of Illusion #F19FB0

Tints of Illusion #F19FB0

Color information

#F19FB0 (or 0xF19FB0) is unknown color: approx Illusion. HEX triplet: F1, 9F and B0. RGB value is (241,159,176). Sum of RGB (Red+Green+Blue) = 241+159+176=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19FB0 is #0E604F. Grayscale: #B9B9B9. Windows color (decimal): -942160 or 11575281. OLE color: 11575281.

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

Color convert

RGB241159176-
CMYK00.340.270.05
HSL347.56º74.55%78.43%-
HSV(B)347.56º34.02%94.51%-
XYZ56.5146.6347.1-
YUV185.46122.67167.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=41.84%
G=27.60%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115917600.340.270.05347.5674.5578.43
HexF19FB00221B515c4b4e
Octal361237260042335534113116
Binary11110001100111111011000001000101101110110101110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FB0; }

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

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

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

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

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

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

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

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