#F19FBA

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

Shades of Illusion #F19FBA

Tints of Illusion #F19FBA

Color information

#F19FBA (or 0xF19FBA) is unknown color: approx Illusion. HEX triplet: F1, 9F and BA. RGB value is (241,159,186). Sum of RGB (Red+Green+Blue) = 241+159+186=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FBA is #0E6045. Grayscale: #BABABA. Windows color (decimal): -942150 or 12230641. OLE color: 12230641.

HSL color Cylindrical-coordinate representation of color #F19FBA: hue angle of 340.24º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FBA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241159186-
CMYK00.340.230.05
HSL340.24º74.55%78.43%-
HSV(B)340.24º34.02%94.51%-
XYZ57.5447.0452.5-
YUV186.6127.67166.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=41.13%
G=27.13%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115918600.340.230.05340.2474.5578.43
HexF19FBA0221751544b4e
Octal361237272042275524113116
Binary11110001100111111011101001000101011110110101010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FBA; }

 p { color: rgb(241,159,186); }

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

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

 a { background-color: rgb(241,159,186); }

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

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

 span { border-color: rgb(241,159,186); }

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