#F693AA

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

Shades of Mauvelous #F693AA

Tints of Mauvelous #F693AA

Color information

#F693AA (or 0xF693AA) is unknown color: approx Mauvelous. HEX triplet: F6, 93 and AA. RGB value is (246,147,170). Sum of RGB (Red+Green+Blue) = 246+147+170=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F693AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F693AA is #096C55. Grayscale: #B3B3B3. Windows color (decimal): -617558 or 11178998. OLE color: 11178998.

HSL color Cylindrical-coordinate representation of color #F693AA: hue angle of 346.06º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693AA is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB246147170-
CMYK00.400.310.04
HSL346.06º84.62%77.06%-
HSV(B)346.06º40.24%96.47%-
XYZ55.743.3643.46-
YUV179.22122.8175.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.69%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=43.69%
G=26.11%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614717000.400.310.04346.0684.6277.06
HexF693AA0281F415a554d
Octal366223252050374532125115
Binary11110110100100111010101001010001111110010101101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693AA; }

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

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

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

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

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

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

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

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