Html Css Color HEX #FC19E5 Hot Magenta

📋 copy color: '#FC19E5'

red 252 ◦ green 25 ◦ blue 229

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

Shades of Hot Magenta #FC19E5

Tints of Hot Magenta #FC19E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.26%

R = 49.8%
G = 4.94%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC19E5 (or 0xFC19E5) is known color: Hot Magenta. HEX triplet: FC, 19 and E5. RGB value is (252,25,229). Sum of RGB (Red+Green+Blue) = 252+25+229=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19E5 is #03E61A. Grayscale: #737373. Windows color (decimal): -255515 or 15014396. OLE color: 15014396.

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

Color convert

RGB 252 25 229 -
CMYK 0 0.90 0.09 0.01
HSL 306.08º 0.97% 0.54% -
HSV(B) 306.08º 0.9% 0.99% -
XYZ 54.64 27.05 76.47 -
YUV 116.13 191.71 224.91 -
System Red Green Blue C M Y K H S L
Decimal 252 25 229 0 0.90 0.09 0.01 306.08 0.97 0.54
Hex FC 19 E5 0 5A 9 1 132 61 36
Octal 374 31 345 0 132 11 1 462 141 66
Binary 11111100 11001 11100101 0 1011010 1001 1 100110010 1100001 110110

Color Harmonies of #FC19E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19E5

Black with #FC19E5

Text Example


Text Example

White with #FC19E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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