#F991A5

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

Shades of Mauvelous #F991A5

Tints of Mauvelous #F991A5

Color information

#F991A5 (or 0xF991A5) is unknown color: approx Mauvelous. HEX triplet: F9, 91 and A5. RGB value is (249,145,165). Sum of RGB (Red+Green+Blue) = 249+145+165=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F991A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991A5 is #066E5A. Grayscale: #B2B2B2. Windows color (decimal): -421467 or 10850809. OLE color: 10850809.

HSL color Cylindrical-coordinate representation of color #F991A5: hue angle of 348.46º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991A5 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB249145165-
CMYK00.420.340.02
HSL348.46º89.66%77.25%-
HSV(B)348.46º41.77%97.65%-
XYZ55.9843.1140.97-
YUV178.38120.46178.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 165 (64.84% from 255) = 29.52%
R=44.54%
G=25.94%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914516500.420.340.02348.4689.6677.25
HexF991A502A22215c5a4d
Octal371221245052422534132115
Binary11111001100100011010010101010101000101010101110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991A5; }

 p { color: rgb(249,145,165); }

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

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

 a { background-color: rgb(249,145,165); }

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

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

 span { border-color: rgb(249,145,165); }

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