#F193AA

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

Shades of Mauvelous #F193AA

Tints of Mauvelous #F193AA

Color information

#F193AA (or 0xF193AA) is unknown color: approx Mauvelous. HEX triplet: F1, 93 and AA. RGB value is (241,147,170). Sum of RGB (Red+Green+Blue) = 241+147+170=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F193AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193AA is #0E6C55. Grayscale: #B1B1B1. Windows color (decimal): -945238 or 11178993. OLE color: 11178993.

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

Color convert

RGB241147170-
CMYK00.390.290.05
HSL345.32º77.05%76.08%-
HSV(B)345.32º39%94.51%-
XYZ53.9742.4743.38-
YUV177.73123.64173.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=43.19%
G=26.34%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114717000.390.290.05345.3277.0576.08
HexF193AA0271D51594d4c
Octal361223252047355531115114
Binary11110001100100111010101001001111110110110101100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193AA; }

 p { color: rgb(241,147,170); }

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

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

 a { background-color: rgb(241,147,170); }

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

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

 span { border-color: rgb(241,147,170); }

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