Html Css Color HEX #FC01EF Magenta

📋 copy color: '#FC01EF'

red 252 ◦ green 1 ◦ blue 239

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

Shades of Magenta #FC01EF

Tints of Magenta #FC01EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 51.22%
G = 0.2%
B = 48.58%

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

#FC01EF (or 0xFC01EF) is known color: Magenta. HEX triplet: FC, 01 and EF. RGB value is (252,1,239). Sum of RGB (Red+Green+Blue) = 252+1+239=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01EF is #03FE10. Grayscale: #666666. Windows color (decimal): -261649 or 15663612. OLE color: 15663612.

HSL color Cylindrical-coordinate representation of color #FC01EF: hue angle of 303.11º 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 #FC01EF is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 239 -
CMYK 0 1.00 0.05 0.01
HSL 303.11º 0.99% 0.5% -
HSV(B) 303.11º 1% 0.99% -
XYZ 55.74 26.95 83.93 -
YUV 103.18 204.66 234.15 -
System Red Green Blue C M Y K H S L
Decimal 252 1 239 0 1.00 0.05 0.01 303.11 0.99 0.5
Hex FC 1 EF 0 64 5 1 12F 63 32
Octal 374 1 357 0 144 5 1 457 143 62
Binary 11111100 1 11101111 0 1100100 101 1 100101111 1100011 110010

Color Harmonies of #FC01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01EF

Black with #FC01EF

Text Example


Text Example

White with #FC01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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