Html Css Color HEX #FC01F0 Magenta

📋 copy color: '#FC01F0'

red 252 ◦ green 1 ◦ blue 240

#FC01F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FC01F0

Tints of Magenta #FC01F0

RGB

 RED value IS 252 (98.83% from 255) = 51.12%

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 240 (94.14% from 255) = 48.68%

R = 51.12%
G = 0.2%
B = 48.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC01F0 (or 0xFC01F0) is known color: Magenta. HEX triplet: FC, 01 and F0. RGB value is (252,1,240). Sum of RGB (Red+Green+Blue) = 252+1+240=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 1 (0.78% from 255 or 0.20% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01F0 is #03FE0F. Grayscale: #666666. Windows color (decimal): -261648 or 15729148. OLE color: 15729148.

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

Color convert

RGB 252 1 240 -
CMYK 0 1.00 0.05 0.01
HSL 302.87º 0.99% 0.5% -
HSV(B) 302.87º 1% 0.99% -
XYZ 55.88 27.01 84.71 -
YUV 103.3 205.16 234.07 -
System Red Green Blue C M Y K H S L
Decimal 252 1 240 0 1.00 0.05 0.01 302.87 0.99 0.5
Hex FC 1 F0 0 64 5 1 12F 63 32
Octal 374 1 360 0 144 5 1 457 143 62
Binary 11111100 1 11110000 0 1100100 101 1 100101111 1100011 110010

Color Harmonies of #FC01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01F0

Black with #FC01F0

Text Example


Text Example

White with #FC01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01F0; }

 p { color: rgb(252,1,240); }

 H1.HeaderClassName
 {
   color: #FC01F0;
 }
 .AnyTagClassName
 {
   color: #FC01F0;
 }
</style>

background-color css

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

 a { background-color: rgb(252,1,240); }

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

border-color css

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

 span { border-color: rgb(252,1,240); }

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