#F192AC

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

Shades of Mauvelous #F192AC

Tints of Mauvelous #F192AC

Color information

#F192AC (or 0xF192AC) is unknown color: approx Mauvelous. HEX triplet: F1, 92 and AC. RGB value is (241,146,172). Sum of RGB (Red+Green+Blue) = 241+146+172=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F192AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192AC is #0E6D53. Grayscale: #B1B1B1. Windows color (decimal): -945492 or 11309809. OLE color: 11309809.

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

Color convert

RGB241146172-
CMYK00.390.290.05
HSL343.58º77.24%75.88%-
HSV(B)343.58º39.42%94.51%-
XYZ5442.2444.34-
YUV177.37124.97173.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=43.11%
G=26.12%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114617200.390.290.05343.5877.2475.88
HexF192AC0271D51584d4c
Octal361222254047355530115114
Binary11110001100100101010110001001111110110110101100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192AC; }

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

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

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

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

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

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

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

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