#F991AB

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

Shades of Mauvelous #F991AB

Tints of Mauvelous #F991AB

Color information

#F991AB (or 0xF991AB) is unknown color: approx Mauvelous. HEX triplet: F9, 91 and AB. RGB value is (249,145,171). Sum of RGB (Red+Green+Blue) = 249+145+171=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F991AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991AB is #066E54. Grayscale: #B3B3B3. Windows color (decimal): -421461 or 11244025. OLE color: 11244025.

HSL color Cylindrical-coordinate representation of color #F991AB: hue angle of 345º 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 #F991AB is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249145171-
CMYK00.420.310.02
HSL345º89.66%77.25%-
HSV(B)345º41.77%97.65%-
XYZ56.5443.3343.91-
YUV179.06123.46177.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.07%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=44.07%
G=25.66%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914517100.420.310.0234589.6677.25
HexF991AB02A1F21595a4d
Octal371221253052372531132115
Binary1111100110010001101010110101010111111010101100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991AB; }

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

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

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

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

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

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

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

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