Html Css Color HEX #FC19FF Magenta

📋 copy color: '#FC19FF'

red 252 ◦ green 25 ◦ blue 255

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

Shades of Magenta #FC19FF

Tints of Magenta #FC19FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 47.37%
G = 4.7%
B = 47.93%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC19FF (or 0xFC19FF) is known color: Magenta. HEX triplet: FC, 19 and FF. RGB value is (252,25,255). Sum of RGB (Red+Green+Blue) = 252+25+255=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 25 (10.16% from 255 or 4.70% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19FF is #03E600. Grayscale: #767676. Windows color (decimal): -255489 or 16718332. OLE color: 16718332.

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

Color convert

RGB 252 25 255 -
CMYK 0.01 0.90 0 0
HSL 299.22º 1% 0.55% -
HSV(B) 299.22º 0.9% 1% -
XYZ 58.54 28.61 97.04 -
YUV 119.09 204.71 222.8 -
System Red Green Blue C M Y K H S L
Decimal 252 25 255 0.01 0.90 0 0 299.22 1 0.55
Hex FC 19 FF 1 5A 0 0 12B 64 37
Octal 374 31 377 1 132 0 0 453 144 67
Binary 11111100 11001 11111111 1 1011010 0 0 100101011 1100100 110111

Color Harmonies of #FC19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19FF

Black with #FC19FF

Text Example


Text Example

White with #FC19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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