Html Css Color HEX #FC00CC Hot Magenta

📋 copy color: '#FC00CC'

red 252 ◦ green 0 ◦ blue 204

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

Shades of Hot Magenta #FC00CC

Tints of Hot Magenta #FC00CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 55.26%
G = 0%
B = 44.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC00CC (or 0xFC00CC) is known color: Hot Magenta. HEX triplet: FC, 00 and CC. RGB value is (252,0,204). Sum of RGB (Red+Green+Blue) = 252+0+204=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00CC is #03FF33. Grayscale: #626262. Windows color (decimal): -261940 or 13369596. OLE color: 13369596.

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

Color convert

RGB 252 0 204 -
CMYK 0 1 0.19 0.01
HSL 311.43º 1% 0.49% -
HSV(B) 311.43º 1% 0.99% -
XYZ 51.04 25.06 59.27 -
YUV 98.6 187.49 237.41 -
System Red Green Blue C M Y K H S L
Decimal 252 0 204 0 1 0.19 0.01 311.43 1 0.49
Hex FC 0 CC 0 64 13 1 137 64 31
Octal 374 0 314 0 144 23 1 467 144 61
Binary 11111100 0 11001100 0 1100100 10011 1 100110111 1100100 110001

Color Harmonies of #FC00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00CC

Black with #FC00CC

Text Example


Text Example

White with #FC00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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