#F19CB1

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

Shades of Illusion #F19CB1

Tints of Illusion #F19CB1

Color information

#F19CB1 (or 0xF19CB1) is unknown color: approx Illusion. HEX triplet: F1, 9C and B1. RGB value is (241,156,177). Sum of RGB (Red+Green+Blue) = 241+156+177=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CB1 is #0E634E. Grayscale: #B7B7B7. Windows color (decimal): -942927 or 11640049. OLE color: 11640049.

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

Color convert

RGB241156177-
CMYK00.350.270.05
HSL345.18º75.22%77.84%-
HSV(B)345.18º35.27%94.51%-
XYZ56.145.6547.45-
YUV183.81124.16168.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=41.99%
G=27.18%
B=30.84%

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
Decimal24115617700.350.270.05345.1875.2277.84
HexF19CB10231B51594b4e
Octal361234261043335531113116
Binary11110001100111001011000101000111101110110101100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CB1; }

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

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

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

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

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

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

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

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