Html Css Color HEX #FC01D1 Hot Magenta

📋 copy color: '#FC01D1'

red 252 ◦ green 1 ◦ blue 209

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

Shades of Hot Magenta #FC01D1

Tints of Hot Magenta #FC01D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 54.55%
G = 0.22%
B = 45.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC01D1 (or 0xFC01D1) is known color: Hot Magenta. HEX triplet: FC, 01 and D1. RGB value is (252,1,209). Sum of RGB (Red+Green+Blue) = 252+1+209=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01D1 is #03FE2E. Grayscale: #636363. Windows color (decimal): -261679 or 13697532. OLE color: 13697532.

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

Color convert

RGB 252 1 209 -
CMYK 0 1.00 0.17 0.01
HSL 310.28º 0.99% 0.5% -
HSV(B) 310.28º 1% 0.99% -
XYZ 51.66 25.32 62.49 -
YUV 99.76 189.66 236.59 -
System Red Green Blue C M Y K H S L
Decimal 252 1 209 0 1.00 0.17 0.01 310.28 0.99 0.5
Hex FC 1 D1 0 64 11 1 136 63 32
Octal 374 1 321 0 144 21 1 466 143 62
Binary 11111100 1 11010001 0 1100100 10001 1 100110110 1100011 110010

Color Harmonies of #FC01D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01D1

Black with #FC01D1

Text Example


Text Example

White with #FC01D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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