#F19FAD

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

Shades of Illusion #F19FAD

Tints of Illusion #F19FAD

Color information

#F19FAD (or 0xF19FAD) is unknown color: approx Illusion. HEX triplet: F1, 9F and AD. RGB value is (241,159,173). Sum of RGB (Red+Green+Blue) = 241+159+173=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19FAD is #0E6052. Grayscale: #B9B9B9. Windows color (decimal): -942163 or 11378673. OLE color: 11378673.

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

Color convert

RGB241159173-
CMYK00.340.280.05
HSL349.76º74.55%78.43%-
HSV(B)349.76º34.02%94.51%-
XYZ56.2246.5145.55-
YUV185.11121.17167.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=42.06%
G=27.75%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115917300.340.280.05349.7674.5578.43
HexF19FAD0221C515e4b4e
Octal361237255042345536113116
Binary11110001100111111010110101000101110010110101111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FAD; }

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

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

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

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

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

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

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

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