Html Css Color HEX #FC19E4 Hot Magenta

📋 copy color: '#FC19E4'

red 252 ◦ green 25 ◦ blue 228

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

Shades of Hot Magenta #FC19E4

Tints of Hot Magenta #FC19E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.15%

R = 49.9%
G = 4.95%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC19E4 (or 0xFC19E4) is known color: Hot Magenta. HEX triplet: FC, 19 and E4. RGB value is (252,25,228). Sum of RGB (Red+Green+Blue) = 252+25+228=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19E4 is #03E61B. Grayscale: #737373. Windows color (decimal): -255516 or 14948860. OLE color: 14948860.

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

Color convert

RGB 252 25 228 -
CMYK 0 0.90 0.10 0.01
HSL 306.34º 0.97% 0.54% -
HSV(B) 306.34º 0.9% 0.99% -
XYZ 54.5 26.99 75.74 -
YUV 116.02 191.21 224.99 -
System Red Green Blue C M Y K H S L
Decimal 252 25 228 0 0.90 0.10 0.01 306.34 0.97 0.54
Hex FC 19 E4 0 5A A 1 132 61 36
Octal 374 31 344 0 132 12 1 462 141 66
Binary 11111100 11001 11100100 0 1011010 1010 1 100110010 1100001 110110

Color Harmonies of #FC19E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19E4

Black with #FC19E4

Text Example


Text Example

White with #FC19E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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