#FE70E0

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

Shades of Pale Magenta #FE70E0

Tints of Pale Magenta #FE70E0

Color information

#FE70E0 (or 0xFE70E0) is unknown color: approx Pale Magenta. HEX triplet: FE, 70 and E0. RGB value is (254,112,224). Sum of RGB (Red+Green+Blue) = 254+112+224=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70E0 is #018F1F. Grayscale: #A6A6A6. Windows color (decimal): -102176 or 14708990. OLE color: 14708990.

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

Color convert

RGB254112224-
CMYK00.560.120.00
HSL312.68º98.61%71.76%-
HSV(B)312.68º55.91%99.61%-
XYZ60.1238.0474.69-
YUV167.23160.04189.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 112 (44.14% from 255) = 18.98%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=43.05%
G=18.98%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411222400.560.120.00312.6898.6171.76
HexFE70E0038C01396348
Octal376160340070140471143110
Binary1111111011100001110000001110001100010011100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE70E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE70E0; }

 p { color: rgb(254,112,224); }

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

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

 a { background-color: rgb(254,112,224); }

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

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

 span { border-color: rgb(254,112,224); }

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