Html Css Color HEX #FC19FC Magenta

📋 copy color: '#FC19FC'

red 252 ◦ green 25 ◦ blue 252

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

Shades of Magenta #FC19FC

Tints of Magenta #FC19FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.73%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 47.64%
G = 4.73%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC19FC (or 0xFC19FC) is known color: Magenta. HEX triplet: FC, 19 and FC. RGB value is (252,25,252). Sum of RGB (Red+Green+Blue) = 252+25+252=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 25 (10.16% from 255 or 4.73% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC19FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19FC is #03E603. Grayscale: #767676. Windows color (decimal): -255492 or 16521724. OLE color: 16521724.

HSL color Cylindrical-coordinate representation of color #FC19FC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19FC is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 252 -
CMYK 0 0.90 0 0.01
HSL 300º 0.97% 0.54% -
HSV(B) 300º 0.9% 0.99% -
XYZ 58.06 28.42 94.52 -
YUV 118.75 203.21 223.04 -
System Red Green Blue C M Y K H S L
Decimal 252 25 252 0 0.90 0 0.01 300 0.97 0.54
Hex FC 19 FC 0 5A 0 1 12C 61 36
Octal 374 31 374 0 132 0 1 454 141 66
Binary 11111100 11001 11111100 0 1011010 0 1 100101100 1100001 110110

Color Harmonies of #FC19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19FC

Black with #FC19FC

Text Example


Text Example

White with #FC19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19FC; }

 p { color: rgb(252,25,252); }

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

background-color css

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

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

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

border-color css

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

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

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