#FC0FDF

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

Shades of Hot Magenta #FC0FDF

Tints of Hot Magenta #FC0FDF

Color information

#FC0FDF (or 0xFC0FDF) is unknown color: approx Hot Magenta. HEX triplet: FC, 0F and DF. RGB value is (252,15,223). Sum of RGB (Red+Green+Blue) = 252+15+223=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FDF is #03F020. Grayscale: #6C6C6C. Windows color (decimal): -258081 or 14618620. OLE color: 14618620.

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

Color convert

RGB25215223-
CMYK00.940.120.01
HSL307.34º97.53%52.35%-
HSV(B)307.34º94.05%98.82%-
XYZ53.6326.3672.07-
YUV109.57192.02229.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 15 (6.25% from 255) = 3.06%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=51.43%
G=3.06%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521522300.940.120.01307.3497.5352.35
HexFCFDF05EC11336234
Octal37417337013614146314264
Binary1111110011111101111101011110110011001100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FDF; }

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

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

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

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

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

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

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

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