#FC0FFF

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

Shades of Magenta #FC0FFF

Tints of Magenta #FC0FFF

Color information

#FC0FFF (or 0xFC0FFF) is unknown color: approx Magenta. HEX triplet: FC, 0F and FF. RGB value is (252,15,255). Sum of RGB (Red+Green+Blue) = 252+15+255=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 15 (6.25% from 255 or 2.87% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FFF is #03F000. Grayscale: #707070. Windows color (decimal): -258049 or 16715772. OLE color: 16715772.

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

Color convert

RGB25215255-
CMYK0.010.9400
HSL299.25º100%52.94%-
HSV(B)299.25º94.12%100%-
XYZ58.3728.2696.99-
YUV113.22208.02226.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 15 (6.25% from 255) = 2.87%
BLUE value IS 255 (100% from 255) = 48.85%
R=48.28%
G=2.87%
B=48.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252152550.010.9400299.2510052.94
HexFCFFF15E0012b6435
Octal3741737711360045314465
Binary1111110011111111111111011110001001010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FFF; }

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

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

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

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

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

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

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

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