Html Css Color HEX #FC00FE Magenta

📋 copy color: '#FC00FE'

red 252 ◦ green 0 ◦ blue 254

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

Shades of Magenta #FC00FE

Tints of Magenta #FC00FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.8%
G = 0%
B = 50.2%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC00FE (or 0xFC00FE) is known color: Magenta. HEX triplet: FC, 00 and FE. RGB value is (252,0,254). Sum of RGB (Red+Green+Blue) = 252+0+254=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 0 (0.39% from 255 or 0% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC00FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00FE is #03FF01. Grayscale: #676767. Windows color (decimal): -261890 or 16646396. OLE color: 16646396.

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

Color convert

RGB 252 0 254 -
CMYK 0.01 1 0 0.00
HSL 299.53º 1% 0.5% -
HSV(B) 299.53º 1% 1% -
XYZ 58.03 27.85 96.08 -
YUV 104.3 212.49 233.35 -
System Red Green Blue C M Y K H S L
Decimal 252 0 254 0.01 1 0 0.00 299.53 1 0.5
Hex FC 0 FE 1 64 0 0 12C 64 32
Octal 374 0 376 1 144 0 0 454 144 62
Binary 11111100 0 11111110 1 1100100 0 0 100101100 1100100 110010

Color Harmonies of #FC00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00FE

Black with #FC00FE

Text Example


Text Example

White with #FC00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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