Html Css Color HEX #FC01FE Magenta

📋 copy color: '#FC01FE'

red 252 ◦ green 1 ◦ blue 254

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

Shades of Magenta #FC01FE

Tints of Magenta #FC01FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 49.7%
G = 0.2%
B = 50.1%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC01FE (or 0xFC01FE) is known color: Magenta. HEX triplet: FC, 01 and FE. RGB value is (252,1,254). Sum of RGB (Red+Green+Blue) = 252+1+254=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 1 (0.78% from 255 or 0.20% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC01FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01FE is #03FE01. Grayscale: #686868. Windows color (decimal): -261634 or 16646652. OLE color: 16646652.

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

Color convert

RGB 252 1 254 -
CMYK 0.01 1.00 0 0.00
HSL 299.53º 0.99% 0.5% -
HSV(B) 299.53º 1% 1% -
XYZ 58.05 27.87 96.09 -
YUV 104.89 212.16 232.93 -
System Red Green Blue C M Y K H S L
Decimal 252 1 254 0.01 1.00 0 0.00 299.53 0.99 0.5
Hex FC 1 FE 1 64 0 0 12C 63 32
Octal 374 1 376 1 144 0 0 454 143 62
Binary 11111100 1 11111110 1 1100100 0 0 100101100 1100011 110010

Color Harmonies of #FC01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01FE

Black with #FC01FE

Text Example


Text Example

White with #FC01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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