#F19CAF

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

Shades of Illusion #F19CAF

Tints of Illusion #F19CAF

Color information

#F19CAF (or 0xF19CAF) is unknown color: approx Illusion. HEX triplet: F1, 9C and AF. RGB value is (241,156,175). Sum of RGB (Red+Green+Blue) = 241+156+175=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CAF is #0E6350. Grayscale: #B7B7B7. Windows color (decimal): -942929 or 11508977. OLE color: 11508977.

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

Color convert

RGB241156175-
CMYK00.350.270.05
HSL346.59º75.22%77.84%-
HSV(B)346.59º35.27%94.51%-
XYZ55.945.5746.41-
YUV183.58123.16168.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=42.13%
G=27.27%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115617500.350.270.05346.5975.2277.84
HexF19CAF0231B515b4b4e
Octal361234257043335533113116
Binary11110001100111001010111101000111101110110101101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CAF; }

 p { color: rgb(241,156,175); }

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

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

 a { background-color: rgb(241,156,175); }

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

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

 span { border-color: rgb(241,156,175); }

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