#F19CA9

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

Shades of Illusion #F19CA9

Tints of Illusion #F19CA9

Color information

#F19CA9 (or 0xF19CA9) is unknown color: approx Illusion. HEX triplet: F1, 9C and A9. RGB value is (241,156,169). Sum of RGB (Red+Green+Blue) = 241+156+169=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CA9 is #0E6356. Grayscale: #B6B6B6. Windows color (decimal): -942935 or 11115761. OLE color: 11115761.

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

Color convert

RGB241156169-
CMYK00.350.300.05
HSL350.82º75.22%77.84%-
HSV(B)350.82º35.27%94.51%-
XYZ55.3345.3443.37-
YUV182.9120.16169.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 169 (66.41% from 255) = 29.86%
R=42.58%
G=27.56%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115616900.350.300.05350.8275.2277.84
HexF19CA90231E515f4b4e
Octal361234251043365537113116
Binary11110001100111001010100101000111111010110101111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CA9; }

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

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

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

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

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

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

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

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