#F19CB2

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

Shades of Illusion #F19CB2

Tints of Illusion #F19CB2

Color information

#F19CB2 (or 0xF19CB2) is unknown color: approx Illusion. HEX triplet: F1, 9C and B2. RGB value is (241,156,178). Sum of RGB (Red+Green+Blue) = 241+156+178=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CB2 is #0E634D. Grayscale: #B7B7B7. Windows color (decimal): -942926 or 11705585. OLE color: 11705585.

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

Color convert

RGB241156178-
CMYK00.350.260.05
HSL344.47º75.22%77.84%-
HSV(B)344.47º35.27%94.51%-
XYZ56.245.6947.98-
YUV183.92124.66168.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 156 (61.33% from 255) = 27.13%
BLUE value IS 178 (69.92% from 255) = 30.96%
R=41.91%
G=27.13%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115617800.350.260.05344.4775.2277.84
HexF19CB20231A51584b4e
Octal361234262043325530113116
Binary11110001100111001011001001000111101010110101100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CB2; }

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

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

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

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

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

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

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

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