#F991AD

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

Shades of Mauvelous #F991AD

Tints of Mauvelous #F991AD

Color information

#F991AD (or 0xF991AD) is unknown color: approx Mauvelous. HEX triplet: F9, 91 and AD. RGB value is (249,145,173). Sum of RGB (Red+Green+Blue) = 249+145+173=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F991AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991AD is #066E52. Grayscale: #B3B3B3. Windows color (decimal): -421459 or 11375097. OLE color: 11375097.

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

Color convert

RGB249145173-
CMYK00.420.310.02
HSL343.85º89.66%77.25%-
HSV(B)343.85º41.77%97.65%-
XYZ56.7443.4144.92-
YUV179.29124.46177.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.92%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=43.92%
G=25.57%
B=30.51%

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
Decimal24914517300.420.310.02343.8589.6677.25
HexF991AD02A1F21585a4d
Octal371221255052372530132115
Binary1111100110010001101011010101010111111010101100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991AD; }

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

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

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

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

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

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

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

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