#F192A4

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

Shades of Mauvelous #F192A4

Tints of Mauvelous #F192A4

Color information

#F192A4 (or 0xF192A4) is unknown color: approx Mauvelous. HEX triplet: F1, 92 and A4. RGB value is (241,146,164). Sum of RGB (Red+Green+Blue) = 241+146+164=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F192A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192A4 is #0E6D5B. Grayscale: #B0B0B0. Windows color (decimal): -945500 or 10785521. OLE color: 10785521.

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

Color convert

RGB241146164-
CMYK00.390.320.05
HSL348.63º77.24%75.88%-
HSV(B)348.63º39.42%94.51%-
XYZ53.2641.9440.41-
YUV176.46120.97174.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=43.74%
G=26.50%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114616400.390.320.05348.6377.2475.88
HexF192A402720515d4d4c
Octal361222244047405535115114
Binary111100011001001010100100010011110000010110101110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192A4; }

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

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

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

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

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

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

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

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