#F191A9

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

Shades of Mauvelous #F191A9

Tints of Mauvelous #F191A9

Color information

#F191A9 (or 0xF191A9) is unknown color: approx Mauvelous. HEX triplet: F1, 91 and A9. RGB value is (241,145,169). Sum of RGB (Red+Green+Blue) = 241+145+169=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F191A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191A9 is #0E6E56. Grayscale: #B0B0B0. Windows color (decimal): -945751 or 11112945. OLE color: 11112945.

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

Color convert

RGB241145169-
CMYK00.400.300.05
HSL345º77.42%75.69%-
HSV(B)345º39.83%94.51%-
XYZ53.5641.8242.78-
YUV176.44123.8174.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=43.42%
G=26.13%
B=30.45%

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
Decimal24114516900.400.300.0534577.4275.69
HexF191A90281E51594d4c
Octal361221251050365531115114
Binary11110001100100011010100101010001111010110101100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191A9; }

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

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

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

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

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

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

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

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