#F191A4

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

Shades of Mauvelous #F191A4

Tints of Mauvelous #F191A4

Color information

#F191A4 (or 0xF191A4) is unknown color: approx Mauvelous. HEX triplet: F1, 91 and A4. RGB value is (241,145,164). Sum of RGB (Red+Green+Blue) = 241+145+164=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F191A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191A4 is #0E6E5B. Grayscale: #AFAFAF. Windows color (decimal): -945756 or 10785265. OLE color: 10785265.

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

Color convert

RGB241145164-
CMYK00.400.320.05
HSL348.12º77.42%75.69%-
HSV(B)348.12º39.83%94.51%-
XYZ53.141.6340.36-
YUV175.87121.3174.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 164 (64.45% from 255) = 29.82%
R=43.82%
G=26.36%
B=29.82%

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
Decimal24114516400.400.320.05348.1277.4275.69
HexF191A402820515c4d4c
Octal361221244050405534115114
Binary111100011001000110100100010100010000010110101110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191A4; }

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

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

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

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

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

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

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

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