Html Css Color HEX #FC19DA Hot Magenta

📋 copy color: '#FC19DA'

red 252 ◦ green 25 ◦ blue 218

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

Shades of Hot Magenta #FC19DA

Tints of Hot Magenta #FC19DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 50.91%
G = 5.05%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC19DA (or 0xFC19DA) is known color: Hot Magenta. HEX triplet: FC, 19 and DA. RGB value is (252,25,218). Sum of RGB (Red+Green+Blue) = 252+25+218=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 25 (10.16% from 255 or 5.05% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19DA is #03E625. Grayscale: #727272. Windows color (decimal): -255526 or 14293500. OLE color: 14293500.

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

Color convert

RGB 252 25 218 -
CMYK 0 0.90 0.13 0.01
HSL 308.99º 0.97% 0.54% -
HSV(B) 308.99º 0.9% 0.99% -
XYZ 53.15 26.45 68.63 -
YUV 114.88 186.21 225.81 -
System Red Green Blue C M Y K H S L
Decimal 252 25 218 0 0.90 0.13 0.01 308.99 0.97 0.54
Hex FC 19 DA 0 5A D 1 135 61 36
Octal 374 31 332 0 132 15 1 465 141 66
Binary 11111100 11001 11011010 0 1011010 1101 1 100110101 1100001 110110

Color Harmonies of #FC19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19DA

Black with #FC19DA

Text Example


Text Example

White with #FC19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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