#FC74E0

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

Shades of Pale Magenta #FC74E0

Tints of Pale Magenta #FC74E0

Color information

#FC74E0 (or 0xFC74E0) is unknown color: approx Pale Magenta. HEX triplet: FC, 74 and E0. RGB value is (252,116,224). Sum of RGB (Red+Green+Blue) = 252+116+224=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74E0 is #038B1F. Grayscale: #A8A8A8. Windows color (decimal): -232224 or 14710012. OLE color: 14710012.

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

Color convert

RGB252116224-
CMYK00.540.110.01
HSL312.35º95.77%72.16%-
HSV(B)312.35º53.97%98.82%-
XYZ59.8438.5774.81-
YUV168.98159.06187.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 116 (45.70% from 255) = 19.59%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=42.57%
G=19.59%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211622400.540.110.01312.3595.7772.16
HexFC74E0036B11386048
Octal374164340066131470140110
Binary1111110011101001110000001101101011110011100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74E0; }

 p { color: rgb(252,116,224); }

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

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

 a { background-color: rgb(252,116,224); }

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

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

 span { border-color: rgb(252,116,224); }

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