Html Css Color HEX #FC01D0 Hot Magenta

📋 copy color: '#FC01D0'

red 252 ◦ green 1 ◦ blue 208

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

Shades of Hot Magenta #FC01D0

Tints of Hot Magenta #FC01D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.12%

R = 54.66%
G = 0.22%
B = 45.12%

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

#FC01D0 (or 0xFC01D0) is known color: Hot Magenta. HEX triplet: FC, 01 and D0. RGB value is (252,1,208). Sum of RGB (Red+Green+Blue) = 252+1+208=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01D0 is #03FE2F. Grayscale: #636363. Windows color (decimal): -261680 or 13631996. OLE color: 13631996.

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

Color convert

RGB 252 1 208 -
CMYK 0 1.00 0.17 0.01
HSL 310.52º 0.99% 0.5% -
HSV(B) 310.52º 1% 0.99% -
XYZ 51.54 25.27 61.84 -
YUV 99.65 189.16 236.67 -
System Red Green Blue C M Y K H S L
Decimal 252 1 208 0 1.00 0.17 0.01 310.52 0.99 0.5
Hex FC 1 D0 0 64 11 1 137 63 32
Octal 374 1 320 0 144 21 1 467 143 62
Binary 11111100 1 11010000 0 1100100 10001 1 100110111 1100011 110010

Color Harmonies of #FC01D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01D0

Black with #FC01D0

Text Example


Text Example

White with #FC01D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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