Html Css Color HEX #FC00D1 Hot Magenta

📋 copy color: '#FC00D1'

red 252 ◦ green 0 ◦ blue 209

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

Shades of Hot Magenta #FC00D1

Tints of Hot Magenta #FC00D1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.66%
G = 0%
B = 45.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC00D1 (or 0xFC00D1) is known color: Hot Magenta. HEX triplet: FC, 00 and D1. RGB value is (252,0,209). Sum of RGB (Red+Green+Blue) = 252+0+209=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00D1 is #03FF2E. Grayscale: #626262. Windows color (decimal): -261935 or 13697276. OLE color: 13697276.

HSL color Cylindrical-coordinate representation of color #FC00D1: hue angle of 310.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00D1 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 209 -
CMYK 0 1 0.17 0.01
HSL 310.24º 1% 0.49% -
HSV(B) 310.24º 1% 0.99% -
XYZ 51.65 25.3 62.48 -
YUV 99.17 189.99 237.01 -
System Red Green Blue C M Y K H S L
Decimal 252 0 209 0 1 0.17 0.01 310.24 1 0.49
Hex FC 0 D1 0 64 11 1 136 64 31
Octal 374 0 321 0 144 21 1 466 144 61
Binary 11111100 0 11010001 0 1100100 10001 1 100110110 1100100 110001

Color Harmonies of #FC00D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00D1

Black with #FC00D1

Text Example


Text Example

White with #FC00D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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