#fc70e4

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

Shades of Pale Magenta #FC70E4

Tints of Pale Magenta #FC70E4

Color information

#FC70E4 (or 0xFC70E4) is unknown color: approx Pale Magenta. HEX triplet: FC, 70 and E4. RGB value is (252,112,228). Sum of RGB (Red+Green+Blue) = 252+112+228=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70E4 is #038F1B. Grayscale: #A6A6A6. Windows color (decimal): -233244 or 14971132. OLE color: 14971132.

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

Color convert

RGB252112228-
CMYK00.560.100.01
HSL310.29º95.89%71.37%-
HSV(B)310.29º55.56%98.82%-
XYZ59.9437.8977.55-
YUV167.08162.38188.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 112 (44.14% from 255) = 18.92%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=42.57%
G=18.92%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211222800.560.100.01310.2995.8971.37
HexFC70E4038A11366047
Octal374160344070121466140107
Binary1111110011100001110010001110001010110011011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc70e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc70e4; }

 p { color: rgb(252,112,228); }

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

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

 a { background-color: rgb(252,112,228); }

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

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

 span { border-color: rgb(252,112,228); }

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