Html Css Color HEX #FC00C4 Hot Magenta

📋 copy color: '#FC00C4'

red 252 ◦ green 0 ◦ blue 196

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

Shades of Hot Magenta #FC00C4

Tints of Hot Magenta #FC00C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.75%

R = 56.25%
G = 0%
B = 43.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC00C4 (or 0xFC00C4) is known color: Hot Magenta. HEX triplet: FC, 00 and C4. RGB value is (252,0,196). Sum of RGB (Red+Green+Blue) = 252+0+196=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00C4 is #03FF3B. Grayscale: #616161. Windows color (decimal): -261948 or 12845308. OLE color: 12845308.

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

Color convert

RGB 252 0 196 -
CMYK 0 1 0.22 0.01
HSL 313.33º 1% 0.49% -
HSV(B) 313.33º 1% 0.99% -
XYZ 50.11 24.68 54.35 -
YUV 97.69 183.49 238.06 -
System Red Green Blue C M Y K H S L
Decimal 252 0 196 0 1 0.22 0.01 313.33 1 0.49
Hex FC 0 C4 0 64 16 1 139 64 31
Octal 374 0 304 0 144 26 1 471 144 61
Binary 11111100 0 11000100 0 1100100 10110 1 100111001 1100100 110001

Color Harmonies of #FC00C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00C4

Black with #FC00C4

Text Example


Text Example

White with #FC00C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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