Html Css Color HEX #FC00C7 Hot Magenta

📋 copy color: '#FC00C7'

red 252 ◦ green 0 ◦ blue 199

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

Shades of Hot Magenta #FC00C7

Tints of Hot Magenta #FC00C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.12%

R = 55.88%
G = 0%
B = 44.12%

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

#FC00C7 (or 0xFC00C7) is known color: Hot Magenta. HEX triplet: FC, 00 and C7. RGB value is (252,0,199). Sum of RGB (Red+Green+Blue) = 252+0+199=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00C7 is #03FF38. Grayscale: #616161. Windows color (decimal): -261945 or 13041916. OLE color: 13041916.

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

Color convert

RGB 252 0 199 -
CMYK 0 1 0.21 0.01
HSL 312.62º 1% 0.49% -
HSV(B) 312.62º 1% 0.99% -
XYZ 50.45 24.82 56.16 -
YUV 98.03 184.99 237.82 -
System Red Green Blue C M Y K H S L
Decimal 252 0 199 0 1 0.21 0.01 312.62 1 0.49
Hex FC 0 C7 0 64 15 1 139 64 31
Octal 374 0 307 0 144 25 1 471 144 61
Binary 11111100 0 11000111 0 1100100 10101 1 100111001 1100100 110001

Color Harmonies of #FC00C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00C7

Black with #FC00C7

Text Example


Text Example

White with #FC00C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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