#FC70EB

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

Shades of Pale Magenta #FC70EB

Tints of Pale Magenta #FC70EB

Color information

#FC70EB (or 0xFC70EB) is unknown color: approx Pale Magenta. HEX triplet: FC, 70 and EB. RGB value is (252,112,235). Sum of RGB (Red+Green+Blue) = 252+112+235=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70EB is #038F14. Grayscale: #A7A7A7. Windows color (decimal): -233237 or 15429884. OLE color: 15429884.

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

Color convert

RGB252112235-
CMYK00.560.070.01
HSL307.29º95.89%71.37%-
HSV(B)307.29º55.56%98.82%-
XYZ60.9338.2882.77-
YUV167.88165.88188-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 112 (44.14% from 255) = 18.70%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=42.07%
G=18.70%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211223500.560.070.01307.2995.8971.37
HexFC70EB038711336047
Octal37416035307071463140107
Binary111111001110000111010110111000111110011001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70EB; }

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

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

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

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

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

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

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

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