Html Css Color HEX #FC01D2 Hot Magenta

📋 copy color: '#FC01D2'

red 252 ◦ green 1 ◦ blue 210

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

Shades of Hot Magenta #FC01D2

Tints of Hot Magenta #FC01D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 54.43%
G = 0.22%
B = 45.36%

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

#FC01D2 (or 0xFC01D2) is known color: Hot Magenta. HEX triplet: FC, 01 and D2. RGB value is (252,1,210). Sum of RGB (Red+Green+Blue) = 252+1+210=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01D2 is #03FE2D. Grayscale: #636363. Windows color (decimal): -261678 or 13763068. OLE color: 13763068.

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

Color convert

RGB 252 1 210 -
CMYK 0 1.00 0.17 0.01
HSL 310.04º 0.99% 0.5% -
HSV(B) 310.04º 1% 0.99% -
XYZ 51.79 25.37 63.14 -
YUV 99.88 190.16 236.51 -
System Red Green Blue C M Y K H S L
Decimal 252 1 210 0 1.00 0.17 0.01 310.04 0.99 0.5
Hex FC 1 D2 0 64 11 1 136 63 32
Octal 374 1 322 0 144 21 1 466 143 62
Binary 11111100 1 11010010 0 1100100 10001 1 100110110 1100011 110010

Color Harmonies of #FC01D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01D2

Black with #FC01D2

Text Example


Text Example

White with #FC01D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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