#F191A8

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

Shades of Mauvelous #F191A8

Tints of Mauvelous #F191A8

Color information

#F191A8 (or 0xF191A8) is unknown color: approx Mauvelous. HEX triplet: F1, 91 and A8. RGB value is (241,145,168). Sum of RGB (Red+Green+Blue) = 241+145+168=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F191A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191A8 is #0E6E57. Grayscale: #B0B0B0. Windows color (decimal): -945752 or 11047409. OLE color: 11047409.

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

Color convert

RGB241145168-
CMYK00.400.300.05
HSL345.62º77.42%75.69%-
HSV(B)345.62º39.83%94.51%-
XYZ53.4741.7842.29-
YUV176.33123.3174.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 168 (66.02% from 255) = 30.32%
R=43.50%
G=26.17%
B=30.32%

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
Decimal24114516800.400.300.05345.6277.4275.69
HexF191A80281E515a4d4c
Octal361221250050365532115114
Binary11110001100100011010100001010001111010110101101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191A8; }

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

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

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

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

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

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

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

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