#FC04FF

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

Shades of Magenta #FC04FF

Tints of Magenta #FC04FF

Color information

#FC04FF (or 0xFC04FF) is unknown color: approx Magenta. HEX triplet: FC, 04 and FF. RGB value is (252,4,255). Sum of RGB (Red+Green+Blue) = 252+4+255=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 4 (1.95% from 255 or 0.78% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC04FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04FF is #03FB00. Grayscale: #6A6A6A. Windows color (decimal): -260865 or 16712956. OLE color: 16712956.

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

Color convert

RGB2524255-
CMYK0.010.9800
HSL299.28º100%50.78%-
HSV(B)299.28º98.43%100%-
XYZ58.242896.94-
YUV106.77211.66231.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 4 (1.95% from 255) = 0.78%
BLUE value IS 255 (100% from 255) = 49.90%
R=49.32%
G=0.78%
B=49.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25242550.010.9800299.2810050.78
HexFC4FF1620012b6433
Octal374437711420045314463
Binary111111001001111111111100010001001010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC04FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC04FF; }

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

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

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

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

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

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

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

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