#F192A6

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

Shades of Mauvelous #F192A6

Tints of Mauvelous #F192A6

Color information

#F192A6 (or 0xF192A6) is unknown color: approx Mauvelous. HEX triplet: F1, 92 and A6. RGB value is (241,146,166). Sum of RGB (Red+Green+Blue) = 241+146+166=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F192A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192A6 is #0E6D59. Grayscale: #B0B0B0. Windows color (decimal): -945498 or 10916593. OLE color: 10916593.

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

Color convert

RGB241146166-
CMYK00.390.310.05
HSL347.37º77.24%75.88%-
HSV(B)347.37º39.42%94.51%-
XYZ53.4442.0141.37-
YUV176.68121.97173.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=43.58%
G=26.40%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114616600.390.310.05347.3777.2475.88
HexF192A60271F515b4d4c
Octal361222246047375533115114
Binary11110001100100101010011001001111111110110101101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192A6; }

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

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

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

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

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

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

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

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