#FD70E9

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

Shades of Pale Magenta #FD70E9

Tints of Pale Magenta #FD70E9

Color information

#FD70E9 (or 0xFD70E9) is unknown color: approx Pale Magenta. HEX triplet: FD, 70 and E9. RGB value is (253,112,233). Sum of RGB (Red+Green+Blue) = 253+112+233=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 112 (44.14% from 255 or 18.73% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD70E9 is #028F16. Grayscale: #A7A7A7. Windows color (decimal): -167703 or 15298813. OLE color: 15298813.

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

Color convert

RGB253112233-
CMYK00.560.080.01
HSL308.51º97.24%71.57%-
HSV(B)308.51º55.73%99.22%-
XYZ61.0138.3581.28-
YUV167.95164.71188.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 112 (44.14% from 255) = 18.73%
BLUE value IS 233 (91.41% from 255) = 38.96%
R=42.31%
G=18.73%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311223300.560.080.01308.5197.2471.57
HexFD70E9038811356148
Octal375160351070101465141110
Binary1111110111100001110100101110001000110011010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD70E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD70E9; }

 p { color: rgb(253,112,233); }

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

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

 a { background-color: rgb(253,112,233); }

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

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

 span { border-color: rgb(253,112,233); }

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