#F190A9

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

Shades of Mauvelous #F190A9

Tints of Mauvelous #F190A9

Color information

#F190A9 (or 0xF190A9) is unknown color: approx Mauvelous. HEX triplet: F1, 90 and A9. RGB value is (241,144,169). Sum of RGB (Red+Green+Blue) = 241+144+169=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F190A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190A9 is #0E6F56. Grayscale: #AFAFAF. Windows color (decimal): -946007 or 11112689. OLE color: 11112689.

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

Color convert

RGB241144169-
CMYK00.400.300.05
HSL344.54º77.6%75.49%-
HSV(B)344.54º40.25%94.51%-
XYZ53.4141.5142.73-
YUV175.85124.14174.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=43.50%
G=25.99%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114416900.400.300.05344.5477.675.49
HexF190A90281E51594e4b
Octal361220251050365531116113
Binary11110001100100001010100101010001111010110101100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190A9; }

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

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

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

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

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

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

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

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