Html Css Color HEX #FC01D3 Hot Magenta

📋 copy color: '#FC01D3'

red 252 ◦ green 1 ◦ blue 211

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

Shades of Hot Magenta #FC01D3

Tints of Hot Magenta #FC01D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 54.31%
G = 0.22%
B = 45.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC01D3 (or 0xFC01D3) is known color: Hot Magenta. HEX triplet: FC, 01 and D3. RGB value is (252,1,211). Sum of RGB (Red+Green+Blue) = 252+1+211=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 1 (0.78% from 255 or 0.22% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01D3 is #03FE2C. Grayscale: #636363. Windows color (decimal): -261677 or 13828604. OLE color: 13828604.

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

Color convert

RGB 252 1 211 -
CMYK 0 1.00 0.16 0.01
HSL 309.8º 0.99% 0.5% -
HSV(B) 309.8º 1% 0.99% -
XYZ 51.91 25.42 63.8 -
YUV 99.99 190.66 236.42 -
System Red Green Blue C M Y K H S L
Decimal 252 1 211 0 1.00 0.16 0.01 309.8 0.99 0.5
Hex FC 1 D3 0 64 10 1 136 63 32
Octal 374 1 323 0 144 20 1 466 143 62
Binary 11111100 1 11010011 0 1100100 10000 1 100110110 1100011 110010

Color Harmonies of #FC01D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01D3

Black with #FC01D3

Text Example


Text Example

White with #FC01D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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