#F19CAD

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

Shades of Illusion #F19CAD

Tints of Illusion #F19CAD

Color information

#F19CAD (or 0xF19CAD) is unknown color: approx Illusion. HEX triplet: F1, 9C and AD. RGB value is (241,156,173). Sum of RGB (Red+Green+Blue) = 241+156+173=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CAD is #0E6352. Grayscale: #B7B7B7. Windows color (decimal): -942931 or 11377905. OLE color: 11377905.

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

Color convert

RGB241156173-
CMYK00.350.280.05
HSL348º75.22%77.84%-
HSV(B)348º35.27%94.51%-
XYZ55.7145.4945.38-
YUV183.35122.16169.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=42.28%
G=27.37%
B=30.35%

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
Decimal24115617300.350.280.0534875.2277.84
HexF19CAD0231C515c4b4e
Octal361234255043345534113116
Binary11110001100111001010110101000111110010110101110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CAD; }

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

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

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

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

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

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

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

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