#F992AA

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

Shades of Mauvelous #F992AA

Tints of Mauvelous #F992AA

Color information

#F992AA (or 0xF992AA) is unknown color: approx Mauvelous. HEX triplet: F9, 92 and AA. RGB value is (249,146,170). Sum of RGB (Red+Green+Blue) = 249+146+170=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F992AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992AA is #066D55. Grayscale: #B3B3B3. Windows color (decimal): -421206 or 11178745. OLE color: 11178745.

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

Color convert

RGB249146170-
CMYK00.410.320.02
HSL346.02º89.57%77.45%-
HSV(B)346.02º41.37%97.65%-
XYZ56.643.643.46-
YUV179.53122.62177.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.07%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=44.07%
G=25.84%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914617000.410.320.02346.0289.5777.45
HexF992AA02920215a5a4d
Octal371222252051402532132115
Binary11111001100100101010101001010011000001010101101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992AA; }

 p { color: rgb(249,146,170); }

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

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

 a { background-color: rgb(249,146,170); }

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

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

 span { border-color: rgb(249,146,170); }

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