#FC74EA

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

Shades of Pale Magenta #FC74EA

Tints of Pale Magenta #FC74EA

Color information

#FC74EA (or 0xFC74EA) is unknown color: approx Pale Magenta. HEX triplet: FC, 74 and EA. RGB value is (252,116,234). Sum of RGB (Red+Green+Blue) = 252+116+234=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 116 (45.70% from 255 or 19.27% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74EA is #038B15. Grayscale: #A9A9A9. Windows color (decimal): -232214 or 15365372. OLE color: 15365372.

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

Color convert

RGB252116234-
CMYK00.540.070.01
HSL307.94º95.77%72.16%-
HSV(B)307.94º53.97%98.82%-
XYZ61.2439.1382.17-
YUV170.12164.06186.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 116 (45.70% from 255) = 19.27%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=41.86%
G=19.27%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211623400.540.070.01307.9495.7772.16
HexFC74EA036711346048
Octal37416435206671464140110
Binary111111001110100111010100110110111110011010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74EA; }

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

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

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

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

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

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

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

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