#F085DF

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

Shades of Pale Magenta #F085DF

Tints of Pale Magenta #F085DF

Color information

#F085DF (or 0xF085DF) is unknown color: approx Pale Magenta. HEX triplet: F0, 85 and DF. RGB value is (240,133,223). Sum of RGB (Red+Green+Blue) = 240+133+223=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F085DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085DF is #0F7A20. Grayscale: #AFAFAF. Windows color (decimal): -1014305 or 14648816. OLE color: 14648816.

HSL color Cylindrical-coordinate representation of color #F085DF: hue angle of 309.53º 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 #F085DF is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240133223-
CMYK00.450.070.06
HSL309.53º78.1%73.14%-
HSV(B)309.53º44.58%94.12%-
XYZ57.6440.6374.62-
YUV175.25154.95174.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 133 (52.34% from 255) = 22.32%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=40.27%
G=22.32%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013322300.450.070.06309.5378.173.14
HexF085DF02D761364e49
Octal36020533705576466116111
Binary111100001000010111011111010110111111010011011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085DF; }

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

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

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

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

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

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

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

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