#F190A4

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

Shades of Mauvelous #F190A4

Tints of Mauvelous #F190A4

Color information

#F190A4 (or 0xF190A4) is unknown color: approx Mauvelous. HEX triplet: F1, 90 and A4. RGB value is (241,144,164). Sum of RGB (Red+Green+Blue) = 241+144+164=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F190A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190A4 is #0E6F5B. Grayscale: #AFAFAF. Windows color (decimal): -946012 or 10785009. OLE color: 10785009.

HSL color Cylindrical-coordinate representation of color #F190A4: hue angle of 347.63º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190A4 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB241144164-
CMYK00.400.320.05
HSL347.63º77.6%75.49%-
HSV(B)347.63º40.25%94.51%-
XYZ52.9541.3340.31-
YUV175.28121.64174.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=43.90%
G=26.23%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114416400.400.320.05347.6377.675.49
HexF190A402820515c4e4b
Octal361220244050405534116113
Binary111100011001000010100100010100010000010110101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190A4; }

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

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

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

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

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

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

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

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