#f293aa

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

Shades of Mauvelous #F293AA

Tints of Mauvelous #F293AA

Color information

#F293AA (or 0xF293AA) is unknown color: approx Mauvelous. HEX triplet: F2, 93 and AA. RGB value is (242,147,170). Sum of RGB (Red+Green+Blue) = 242+147+170=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F293AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293AA is #0D6C55. Grayscale: #B2B2B2. Windows color (decimal): -879702 or 11178994. OLE color: 11178994.

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

Color convert

RGB242147170-
CMYK00.390.300.05
HSL345.47º78.51%76.27%-
HSV(B)345.47º39.26%94.9%-
XYZ54.3142.6543.4-
YUV178.03123.47173.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=43.29%
G=26.30%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214717000.390.300.05345.4778.5176.27
HexF293AA0271E51594f4c
Octal362223252047365531117114
Binary11110010100100111010101001001111111010110101100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f293aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f293aa; }

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

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

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

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

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

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

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

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