#F68EAC

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

Shades of Mauvelous #F68EAC

Tints of Mauvelous #F68EAC

Color information

#F68EAC (or 0xF68EAC) is unknown color: approx Mauvelous. HEX triplet: F6, 8E and AC. RGB value is (246,142,172). Sum of RGB (Red+Green+Blue) = 246+142+172=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68EAC is #097153. Grayscale: #B0B0B0. Windows color (decimal): -618836 or 11308790. OLE color: 11308790.

HSL color Cylindrical-coordinate representation of color #F68EAC: hue angle of 342.69º 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 #F68EAC is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246142172-
CMYK00.420.300.04
HSL342.69º85.25%76.08%-
HSV(B)342.69º42.28%96.47%-
XYZ55.1341.9244.22-
YUV176.52125.46177.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=43.93%
G=25.36%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614217200.420.300.04342.6985.2576.08
HexF68EAC02A1E4157554c
Octal366216254052364527125114
Binary11110110100011101010110001010101111010010101011110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68EAC; }

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

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

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

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

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

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

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

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