Html Css Color HEX #FC00C9 Hot Magenta

📋 copy color: '#FC00C9'

red 252 ◦ green 0 ◦ blue 201

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

Shades of Hot Magenta #FC00C9

Tints of Hot Magenta #FC00C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 55.63%
G = 0%
B = 44.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC00C9 (or 0xFC00C9) is known color: Hot Magenta. HEX triplet: FC, 00 and C9. RGB value is (252,0,201). Sum of RGB (Red+Green+Blue) = 252+0+201=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00C9 is #03FF36. Grayscale: #616161. Windows color (decimal): -261943 or 13172988. OLE color: 13172988.

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

Color convert

RGB 252 0 201 -
CMYK 0 1 0.20 0.01
HSL 312.14º 1% 0.49% -
HSV(B) 312.14º 1% 0.99% -
XYZ 50.69 24.91 57.4 -
YUV 98.26 185.99 237.66 -
System Red Green Blue C M Y K H S L
Decimal 252 0 201 0 1 0.20 0.01 312.14 1 0.49
Hex FC 0 C9 0 64 14 1 138 64 31
Octal 374 0 311 0 144 24 1 470 144 61
Binary 11111100 0 11001001 0 1100100 10100 1 100111000 1100100 110001

Color Harmonies of #FC00C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00C9

Black with #FC00C9

Text Example


Text Example

White with #FC00C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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