#F291A7

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

Shades of Mauvelous #F291A7

Tints of Mauvelous #F291A7

Color information

#F291A7 (or 0xF291A7) is unknown color: approx Mauvelous. HEX triplet: F2, 91 and A7. RGB value is (242,145,167). Sum of RGB (Red+Green+Blue) = 242+145+167=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F291A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291A7 is #0D6E58. Grayscale: #B0B0B0. Windows color (decimal): -880217 or 10981874. OLE color: 10981874.

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

Color convert

RGB242145167-
CMYK00.400.310.05
HSL346.39º78.86%75.88%-
HSV(B)346.39º40.08%94.9%-
XYZ53.7241.9241.82-
YUV176.51122.64174.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 167 (65.62% from 255) = 30.14%
R=43.68%
G=26.17%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214516700.400.310.05346.3978.8675.88
HexF291A70281F515a4f4c
Octal362221247050375532117114
Binary11110010100100011010011101010001111110110101101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291A7; }

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

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

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

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

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

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

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

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