Html Css Color HEX #FC19FE Magenta

📋 copy color: '#FC19FE'

red 252 ◦ green 25 ◦ blue 254

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

Shades of Magenta #FC19FE

Tints of Magenta #FC19FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 47.46%
G = 4.71%
B = 47.83%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC19FE (or 0xFC19FE) is known color: Magenta. HEX triplet: FC, 19 and FE. RGB value is (252,25,254). Sum of RGB (Red+Green+Blue) = 252+25+254=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 25 (10.16% from 255 or 4.71% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC19FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19FE is #03E601. Grayscale: #767676. Windows color (decimal): -255490 or 16652796. OLE color: 16652796.

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

Color convert

RGB 252 25 254 -
CMYK 0.01 0.90 0 0.00
HSL 299.48º 0.99% 0.55% -
HSV(B) 299.48º 0.9% 1% -
XYZ 58.38 28.55 96.2 -
YUV 118.98 204.21 222.88 -
System Red Green Blue C M Y K H S L
Decimal 252 25 254 0.01 0.90 0 0.00 299.48 0.99 0.55
Hex FC 19 FE 1 5A 0 0 12B 63 37
Octal 374 31 376 1 132 0 0 453 143 67
Binary 11111100 11001 11111110 1 1011010 0 0 100101011 1100011 110111

Color Harmonies of #FC19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19FE

Black with #FC19FE

Text Example


Text Example

White with #FC19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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