#F29EA7

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

Shades of Mauvelous #F29EA7

Tints of Mauvelous #F29EA7

Color information

#F29EA7 (or 0xF29EA7) is unknown color: approx Mauvelous. HEX triplet: F2, 9E and A7. RGB value is (242,158,167). Sum of RGB (Red+Green+Blue) = 242+158+167=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29EA7 is #0D6158. Grayscale: #B8B8B8. Windows color (decimal): -876889 or 10985202. OLE color: 10985202.

HSL color Cylindrical-coordinate representation of color #F29EA7: hue angle of 353.57º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29EA7 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242158167-
CMYK00.350.310.05
HSL353.57º76.36%78.43%-
HSV(B)353.57º34.71%94.9%-
XYZ55.8246.1242.52-
YUV184.14118.33169.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 167 (65.62% from 255) = 29.45%
R=42.68%
G=27.87%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215816700.350.310.05353.5776.3678.43
HexF29EA70231F51624c4e
Octal362236247043375542114116
Binary11110010100111101010011101000111111110110110001010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EA7; }

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

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

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

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

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

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

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

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