#F68BAA

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

Shades of Mauvelous #F68BAA

Tints of Mauvelous #F68BAA

Color information

#F68BAA (or 0xF68BAA) is unknown color: approx Mauvelous. HEX triplet: F6, 8B and AA. RGB value is (246,139,170). Sum of RGB (Red+Green+Blue) = 246+139+170=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68BAA is #097455. Grayscale: #AEAEAE. Windows color (decimal): -619606 or 11176950. OLE color: 11176950.

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

Color convert

RGB246139170-
CMYK00.430.310.04
HSL342.62º85.6%75.49%-
HSV(B)342.62º43.5%96.47%-
XYZ54.4940.9643.06-
YUV174.53125.45178.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.32%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=44.32%
G=25.05%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613917000.430.310.04342.6285.675.49
HexF68BAA02B1F4157564b
Octal366213252053374527126113
Binary11110110100010111010101001010111111110010101011110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BAA; }

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

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

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

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

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

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

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

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