#F68EAA

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

Shades of Mauvelous #F68EAA

Tints of Mauvelous #F68EAA

Color information

#F68EAA (or 0xF68EAA) is unknown color: approx Mauvelous. HEX triplet: F6, 8E and AA. RGB value is (246,142,170). Sum of RGB (Red+Green+Blue) = 246+142+170=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68EAA is #097155. Grayscale: #B0B0B0. Windows color (decimal): -618838 or 11177718. OLE color: 11177718.

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

Color convert

RGB246142170-
CMYK00.420.310.04
HSL343.85º85.25%76.08%-
HSV(B)343.85º42.28%96.47%-
XYZ54.9341.8443.21-
YUV176.29124.46177.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 142 (55.86% from 255) = 25.45%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=44.09%
G=25.45%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614217000.420.310.04343.8585.2576.08
HexF68EAA02A1F4158554c
Octal366216252052374530125114
Binary11110110100011101010101001010101111110010101100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68EAA; }

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

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

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

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

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

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

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

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