#FC05F4

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

Shades of Magenta #FC05F4

Tints of Magenta #FC05F4

Color information

#FC05F4 (or 0xFC05F4) is unknown color: approx Magenta. HEX triplet: FC, 05 and F4. RGB value is (252,5,244). Sum of RGB (Red+Green+Blue) = 252+5+244=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 5 (2.34% from 255 or 1.00% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC05F4 is #03FA0B. Grayscale: #696969. Windows color (decimal): -260620 or 15992316. OLE color: 15992316.

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

Color convert

RGB2525244-
CMYK00.980.030.01
HSL301.94º97.63%50.39%-
HSV(B)301.94º98.02%98.82%-
XYZ56.5327.3487.88-
YUV106.1205.83232.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 5 (2.34% from 255) = 1.00%
BLUE value IS 244 (95.70% from 255) = 48.70%
R=50.30%
G=1.00%
B=48.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252524400.980.030.01301.9497.6350.39
HexFC5F40623112e6232
Octal374536401423145614262
Binary1111110010111110100011000101111001011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC05F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC05F4; }

 p { color: rgb(252,5,244); }

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

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

 a { background-color: rgb(252,5,244); }

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

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

 span { border-color: rgb(252,5,244); }

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