#F192B6

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

Shades of Illusion #F192B6

Tints of Illusion #F192B6

Color information

#F192B6 (or 0xF192B6) is unknown color: approx Illusion. HEX triplet: F1, 92 and B6. RGB value is (241,146,182). Sum of RGB (Red+Green+Blue) = 241+146+182=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F192B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192B6 is #0E6D49. Grayscale: #B2B2B2. Windows color (decimal): -945482 or 11965169. OLE color: 11965169.

HSL color Cylindrical-coordinate representation of color #F192B6: hue angle of 337.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192B6 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241146182-
CMYK00.390.240.05
HSL337.26º77.24%75.88%-
HSV(B)337.26º39.42%94.51%-
XYZ5542.6449.59-
YUV178.51129.97172.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 146 (57.42% from 255) = 25.66%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=42.36%
G=25.66%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114618200.390.240.05337.2677.2475.88
HexF192B60271851514d4c
Octal361222266047305521115114
Binary11110001100100101011011001001111100010110101000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192B6; }

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

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

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

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

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

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

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

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