#FF70DC

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

Shades of Pale Magenta #FF70DC

Tints of Pale Magenta #FF70DC

Color information

#FF70DC (or 0xFF70DC) is unknown color: approx Pale Magenta. HEX triplet: FF, 70 and DC. RGB value is (255,112,220). Sum of RGB (Red+Green+Blue) = 255+112+220=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70DC is #008F23. Grayscale: #A6A6A6. Windows color (decimal): -36644 or 14446847. OLE color: 14446847.

HSL color Cylindrical-coordinate representation of color #FF70DC: hue angle of 314.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70DC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255112220-
CMYK00.560.140
HSL314.69º100%71.96%-
HSV(B)314.69º56.08%100%-
XYZ59.9538.0271.89-
YUV167.07157.88190.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 112 (44.14% from 255) = 19.08%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=43.44%
G=19.08%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511222000.560.140314.6910071.96
HexFF70DC038E013b6448
Octal377160334070160473144110
Binary1111111111100001101110001110001110010011101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70DC; }

 p { color: rgb(255,112,220); }

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

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

 a { background-color: rgb(255,112,220); }

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

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

 span { border-color: rgb(255,112,220); }

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