#F193AB

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

Shades of Mauvelous #F193AB

Tints of Mauvelous #F193AB

Color information

#F193AB (or 0xF193AB) is unknown color: approx Mauvelous. HEX triplet: F1, 93 and AB. RGB value is (241,147,171). Sum of RGB (Red+Green+Blue) = 241+147+171=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F193AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193AB is #0E6C54. Grayscale: #B1B1B1. Windows color (decimal): -945237 or 11244529. OLE color: 11244529.

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

Color convert

RGB241147171-
CMYK00.390.290.05
HSL344.68º77.05%76.08%-
HSV(B)344.68º39%94.51%-
XYZ54.0642.5143.88-
YUV177.84124.14173.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=43.11%
G=26.30%
B=30.59%

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
Decimal24114717100.390.290.05344.6877.0576.08
HexF193AB0271D51594d4c
Octal361223253047355531115114
Binary11110001100100111010101101001111110110110101100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193AB; }

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

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

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

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

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

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

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

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