#FC0FE0

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

Shades of Hot Magenta #FC0FE0

Tints of Hot Magenta #FC0FE0

Color information

#FC0FE0 (or 0xFC0FE0) is unknown color: approx Hot Magenta. HEX triplet: FC, 0F and E0. RGB value is (252,15,224). Sum of RGB (Red+Green+Blue) = 252+15+224=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FE0 is #03F01F. Grayscale: #6D6D6D. Windows color (decimal): -258080 or 14684156. OLE color: 14684156.

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

Color convert

RGB25215224-
CMYK00.940.110.01
HSL307.09º97.53%52.35%-
HSV(B)307.09º94.05%98.82%-
XYZ53.7726.4272.79-
YUV109.69192.52229.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.32%
GREEN value IS 15 (6.25% from 255) = 3.05%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=51.32%
G=3.05%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521522400.940.110.01307.0997.5352.35
HexFCFE005EB11336234
Octal37417340013613146314264
Binary1111110011111110000001011110101111001100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FE0; }

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

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

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

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

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

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

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

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