#F690AB

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

Shades of Mauvelous #F690AB

Tints of Mauvelous #F690AB

Color information

#F690AB (or 0xF690AB) is unknown color: approx Mauvelous. HEX triplet: F6, 90 and AB. RGB value is (246,144,171). Sum of RGB (Red+Green+Blue) = 246+144+171=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F690AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690AB is #096F54. Grayscale: #B1B1B1. Windows color (decimal): -618325 or 11243766. OLE color: 11243766.

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

Color convert

RGB246144171-
CMYK00.410.300.04
HSL344.12º85%76.47%-
HSV(B)344.12º41.46%96.47%-
XYZ55.3342.4843.81-
YUV177.58124.29176.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=43.85%
G=25.67%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614417100.410.300.04344.128576.47
HexF690AB0291E4158554c
Octal366220253051364530125114
Binary11110110100100001010101101010011111010010101100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F690AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F690AB; }

 p { color: rgb(246,144,171); }

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

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

 a { background-color: rgb(246,144,171); }

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

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

 span { border-color: rgb(246,144,171); }

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