#F192B0

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

Shades of Illusion #F192B0

Tints of Illusion #F192B0

Color information

#F192B0 (or 0xF192B0) is unknown color: approx Illusion. HEX triplet: F1, 92 and B0. RGB value is (241,146,176). Sum of RGB (Red+Green+Blue) = 241+146+176=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F192B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192B0 is #0E6D4F. Grayscale: #B1B1B1. Windows color (decimal): -945488 or 11571953. OLE color: 11571953.

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

Color convert

RGB241146176-
CMYK00.390.270.05
HSL341.05º77.24%75.88%-
HSV(B)341.05º39.42%94.51%-
XYZ54.3942.3946.39-
YUV177.82126.97173.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=42.81%
G=25.93%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114617600.390.270.05341.0577.2475.88
HexF192B00271B51554d4c
Octal361222260047335525115114
Binary11110001100100101011000001001111101110110101010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192B0; }

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

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

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

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

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

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

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

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