#F085AF

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

Shades of Mauvelous #F085AF

Tints of Mauvelous #F085AF

Color information

#F085AF (or 0xF085AF) is unknown color: approx Mauvelous. HEX triplet: F0, 85 and AF. RGB value is (240,133,175). Sum of RGB (Red+Green+Blue) = 240+133+175=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F085AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085AF is #0F7A50. Grayscale: #A9A9A9. Windows color (decimal): -1014353 or 11503088. OLE color: 11503088.

HSL color Cylindrical-coordinate representation of color #F085AF: hue angle of 336.45º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085AF is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240133175-
CMYK00.450.270.06
HSL336.45º78.1%73.14%-
HSV(B)336.45º44.58%94.12%-
XYZ52.0638.445.22-
YUV169.78130.95178.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=43.80%
G=24.27%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013317500.450.270.06336.4578.173.14
HexF085AF02D1B61504e49
Octal360205257055336520116111
Binary11110000100001011010111101011011101111010101000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085AF; }

 p { color: rgb(240,133,175); }

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

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

 a { background-color: rgb(240,133,175); }

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

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

 span { border-color: rgb(240,133,175); }

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