#F085DC

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

Shades of Pale Magenta #F085DC

Tints of Pale Magenta #F085DC

Color information

#F085DC (or 0xF085DC) is unknown color: approx Pale Magenta. HEX triplet: F0, 85 and DC. RGB value is (240,133,220). Sum of RGB (Red+Green+Blue) = 240+133+220=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F085DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085DC is #0F7A23. Grayscale: #AEAEAE. Windows color (decimal): -1014308 or 14452208. OLE color: 14452208.

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

Color convert

RGB240133220-
CMYK00.450.080.06
HSL311.21º78.1%73.14%-
HSV(B)311.21º44.58%94.12%-
XYZ57.2440.4772.5-
YUV174.91153.45174.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 133 (52.34% from 255) = 22.43%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=40.47%
G=22.43%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013322000.450.080.06311.2178.173.14
HexF085DC02D861374e49
Octal360205334055106467116111
Binary1111000010000101110111000101101100011010011011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085DC; }

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

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

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

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

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

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

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

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