#F19DAD

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

Shades of Illusion #F19DAD

Tints of Illusion #F19DAD

Color information

#F19DAD (or 0xF19DAD) is unknown color: approx Illusion. HEX triplet: F1, 9D and AD. RGB value is (241,157,173). Sum of RGB (Red+Green+Blue) = 241+157+173=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19DAD is #0E6252. Grayscale: #B7B7B7. Windows color (decimal): -942675 or 11378161. OLE color: 11378161.

HSL color Cylindrical-coordinate representation of color #F19DAD: hue angle of 348.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19DAD is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241157173-
CMYK00.350.280.05
HSL348.57º75%78.04%-
HSV(B)348.57º34.85%94.51%-
XYZ55.8845.8345.44-
YUV183.94121.83168.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=42.21%
G=27.50%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115717300.350.280.05348.577578.04
HexF19DAD0231C515d4b4e
Octal361235255043345535113116
Binary11110001100111011010110101000111110010110101110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DAD; }

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

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

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

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

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

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

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

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