#F68BAC

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

Shades of Mauvelous #F68BAC

Tints of Mauvelous #F68BAC

Color information

#F68BAC (or 0xF68BAC) is unknown color: approx Mauvelous. HEX triplet: F6, 8B and AC. RGB value is (246,139,172). Sum of RGB (Red+Green+Blue) = 246+139+172=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68BAC is #097453. Grayscale: #AEAEAE. Windows color (decimal): -619604 or 11308022. OLE color: 11308022.

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

Color convert

RGB246139172-
CMYK00.430.300.04
HSL341.5º85.6%75.49%-
HSV(B)341.5º43.5%96.47%-
XYZ54.6941.0444.07-
YUV174.76126.45178.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.17%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=44.17%
G=24.96%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613917200.430.300.04341.585.675.49
HexF68BAC02B1E4155564b
Octal366213254053364525126113
Binary11110110100010111010110001010111111010010101010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BAC; }

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

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

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

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

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

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

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

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