#F291AA

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

Shades of Mauvelous #F291AA

Tints of Mauvelous #F291AA

Color information

#F291AA (or 0xF291AA) is unknown color: approx Mauvelous. HEX triplet: F2, 91 and AA. RGB value is (242,145,170). Sum of RGB (Red+Green+Blue) = 242+145+170=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F291AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291AA is #0D6E55. Grayscale: #B0B0B0. Windows color (decimal): -880214 or 11178482. OLE color: 11178482.

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

Color convert

RGB242145170-
CMYK00.400.300.05
HSL344.54º78.86%75.88%-
HSV(B)344.54º40.08%94.9%-
XYZ5442.0343.3-
YUV176.85124.14174.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=43.45%
G=26.03%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214517000.400.300.05344.5478.8675.88
HexF291AA0281E51594f4c
Octal362221252050365531117114
Binary11110010100100011010101001010001111010110101100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291AA; }

 p { color: rgb(242,145,170); }

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

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

 a { background-color: rgb(242,145,170); }

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

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

 span { border-color: rgb(242,145,170); }

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