Html Css Color HEX #FC00C6 Hot Magenta

📋 copy color: '#FC00C6'

red 252 ◦ green 0 ◦ blue 198

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

Shades of Hot Magenta #FC00C6

Tints of Hot Magenta #FC00C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 56%
G = 0%
B = 44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC00C6 (or 0xFC00C6) is known color: Hot Magenta. HEX triplet: FC, 00 and C6. RGB value is (252,0,198). Sum of RGB (Red+Green+Blue) = 252+0+198=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00C6 is #03FF39. Grayscale: #616161. Windows color (decimal): -261946 or 12976380. OLE color: 12976380.

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

Color convert

RGB 252 0 198 -
CMYK 0 1 0.21 0.01
HSL 312.86º 1% 0.49% -
HSV(B) 312.86º 1% 0.99% -
XYZ 50.34 24.77 55.55 -
YUV 97.92 184.49 237.9 -
System Red Green Blue C M Y K H S L
Decimal 252 0 198 0 1 0.21 0.01 312.86 1 0.49
Hex FC 0 C6 0 64 15 1 139 64 31
Octal 374 0 306 0 144 25 1 471 144 61
Binary 11111100 0 11000110 0 1100100 10101 1 100111001 1100100 110001

Color Harmonies of #FC00C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00C6

Black with #FC00C6

Text Example


Text Example

White with #FC00C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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