#F190A3

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

Shades of Mauvelous #F190A3

Tints of Mauvelous #F190A3

Color information

#F190A3 (or 0xF190A3) is unknown color: approx Mauvelous. HEX triplet: F1, 90 and A3. RGB value is (241,144,163). Sum of RGB (Red+Green+Blue) = 241+144+163=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F190A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190A3 is #0E6F5C. Grayscale: #AFAFAF. Windows color (decimal): -946013 or 10719473. OLE color: 10719473.

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

Color convert

RGB241144163-
CMYK00.400.320.05
HSL348.25º77.6%75.49%-
HSV(B)348.25º40.25%94.51%-
XYZ52.8641.2939.83-
YUV175.17121.14174.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 163 (64.06% from 255) = 29.74%
R=43.98%
G=26.28%
B=29.74%

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
Decimal24114416300.400.320.05348.2577.675.49
HexF190A302820515c4e4b
Octal361220243050405534116113
Binary111100011001000010100011010100010000010110101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190A3; }

 p { color: rgb(241,144,163); }

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

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

 a { background-color: rgb(241,144,163); }

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

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

 span { border-color: rgb(241,144,163); }

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