#FF70DE

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

Shades of Pale Magenta #FF70DE

Tints of Pale Magenta #FF70DE

Color information

#FF70DE (or 0xFF70DE) is unknown color: approx Pale Magenta. HEX triplet: FF, 70 and DE. RGB value is (255,112,222). Sum of RGB (Red+Green+Blue) = 255+112+222=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70DE is #008F21. Grayscale: #A7A7A7. Windows color (decimal): -36642 or 14577919. OLE color: 14577919.

HSL color Cylindrical-coordinate representation of color #FF70DE: hue angle of 313.85º 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 #FF70DE is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255112222-
CMYK00.560.130
HSL313.85º100%71.96%-
HSV(B)313.85º56.08%100%-
XYZ60.2238.1273.29-
YUV167.3158.88190.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 112 (44.14% from 255) = 19.02%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=43.29%
G=19.02%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511222200.560.130313.8510071.96
HexFF70DE038D013a6448
Octal377160336070150472144110
Binary1111111111100001101111001110001101010011101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70DE; }

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

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

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

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

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

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

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

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