#F19CB6

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

Shades of Illusion #F19CB6

Tints of Illusion #F19CB6

Color information

#F19CB6 (or 0xF19CB6) is unknown color: approx Illusion. HEX triplet: F1, 9C and B6. RGB value is (241,156,182). Sum of RGB (Red+Green+Blue) = 241+156+182=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CB6 is #0E6349. Grayscale: #B8B8B8. Windows color (decimal): -942922 or 11967729. OLE color: 11967729.

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

Color convert

RGB241156182-
CMYK00.350.240.05
HSL341.65º75.22%77.84%-
HSV(B)341.65º35.27%94.51%-
XYZ56.6145.8650.12-
YUV184.38126.66168.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=41.62%
G=26.94%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115618200.350.240.05341.6575.2277.84
HexF19CB60231851564b4e
Octal361234266043305526113116
Binary11110001100111001011011001000111100010110101011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CB6; }

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

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

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

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

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

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

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

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