Html Css Color HEX #FC19DD Hot Magenta

📋 copy color: '#FC19DD'

red 252 ◦ green 25 ◦ blue 221

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

Shades of Hot Magenta #FC19DD

Tints of Hot Magenta #FC19DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 50.6%
G = 5.02%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC19DD (or 0xFC19DD) is known color: Hot Magenta. HEX triplet: FC, 19 and DD. RGB value is (252,25,221). Sum of RGB (Red+Green+Blue) = 252+25+221=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19DD is #03E622. Grayscale: #727272. Windows color (decimal): -255523 or 14490108. OLE color: 14490108.

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

Color convert

RGB 252 25 221 -
CMYK 0 0.90 0.12 0.01
HSL 308.19º 0.97% 0.54% -
HSV(B) 308.19º 0.9% 0.99% -
XYZ 53.54 26.61 70.72 -
YUV 115.22 187.71 225.56 -
System Red Green Blue C M Y K H S L
Decimal 252 25 221 0 0.90 0.12 0.01 308.19 0.97 0.54
Hex FC 19 DD 0 5A C 1 134 61 36
Octal 374 31 335 0 132 14 1 464 141 66
Binary 11111100 11001 11011101 0 1011010 1100 1 100110100 1100001 110110

Color Harmonies of #FC19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19DD

Black with #FC19DD

Text Example


Text Example

White with #FC19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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