#F68BAF

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

Shades of Mauvelous #F68BAF

Tints of Mauvelous #F68BAF

Color information

#F68BAF (or 0xF68BAF) is unknown color: approx Mauvelous. HEX triplet: F6, 8B and AF. RGB value is (246,139,175). Sum of RGB (Red+Green+Blue) = 246+139+175=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68BAF is #097450. Grayscale: #AFAFAF. Windows color (decimal): -619601 or 11504630. OLE color: 11504630.

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

Color convert

RGB246139175-
CMYK00.430.290.04
HSL339.81º85.6%75.49%-
HSV(B)339.81º43.5%96.47%-
XYZ54.9841.1545.6-
YUV175.1127.95178.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 139 (54.69% from 255) = 24.82%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=43.93%
G=24.82%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613917500.430.290.04339.8185.675.49
HexF68BAF02B1D4154564b
Octal366213257053354524126113
Binary11110110100010111010111101010111110110010101010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BAF; }

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

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

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

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

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

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

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

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