#f68ea5

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

Shades of Mauvelous #F68EA5

Tints of Mauvelous #F68EA5

Color information

#F68EA5 (or 0xF68EA5) is unknown color: approx Mauvelous. HEX triplet: F6, 8E and A5. RGB value is (246,142,165). Sum of RGB (Red+Green+Blue) = 246+142+165=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68EA5 is #09715A. Grayscale: #AFAFAF. Windows color (decimal): -618843 or 10850038. OLE color: 10850038.

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

Color convert

RGB246142165-
CMYK00.420.330.04
HSL346.73º85.25%76.08%-
HSV(B)346.73º42.28%96.47%-
XYZ54.4741.6640.77-
YUV175.72121.96178.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.48%
GREEN value IS 142 (55.86% from 255) = 25.68%
BLUE value IS 165 (64.84% from 255) = 29.84%
R=44.48%
G=25.68%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614216500.420.330.04346.7385.2576.08
HexF68EA502A21415b554c
Octal366216245052414533125114
Binary111101101000111010100101010101010000110010101101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f68ea5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f68ea5; }

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

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

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

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

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

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

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

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