Html Css Color HEX #FC01ED Magenta

📋 copy color: '#FC01ED'

red 252 ◦ green 1 ◦ blue 237

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

Shades of Magenta #FC01ED

Tints of Magenta #FC01ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 51.43%
G = 0.2%
B = 48.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC01ED (or 0xFC01ED) is known color: Magenta. HEX triplet: FC, 01 and ED. RGB value is (252,1,237). Sum of RGB (Red+Green+Blue) = 252+1+237=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01ED is #03FE12. Grayscale: #666666. Windows color (decimal): -261651 or 15532540. OLE color: 15532540.

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

Color convert

RGB 252 1 237 -
CMYK 0 1.00 0.06 0.01
HSL 303.59º 0.99% 0.5% -
HSV(B) 303.59º 1% 0.99% -
XYZ 55.44 26.83 82.38 -
YUV 102.95 203.66 234.31 -
System Red Green Blue C M Y K H S L
Decimal 252 1 237 0 1.00 0.06 0.01 303.59 0.99 0.5
Hex FC 1 ED 0 64 6 1 130 63 32
Octal 374 1 355 0 144 6 1 460 143 62
Binary 11111100 1 11101101 0 1100100 110 1 100110000 1100011 110010

Color Harmonies of #FC01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01ED

Black with #FC01ED

Text Example


Text Example

White with #FC01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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