Html Css Color HEX #FC19DB Hot Magenta

📋 copy color: '#FC19DB'

red 252 ◦ green 25 ◦ blue 219

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

Shades of Hot Magenta #FC19DB

Tints of Hot Magenta #FC19DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 50.81%
G = 5.04%
B = 44.15%

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

#FC19DB (or 0xFC19DB) is known color: Hot Magenta. HEX triplet: FC, 19 and DB. RGB value is (252,25,219). Sum of RGB (Red+Green+Blue) = 252+25+219=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19DB is #03E624. Grayscale: #727272. Windows color (decimal): -255525 or 14359036. OLE color: 14359036.

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

Color convert

RGB 252 25 219 -
CMYK 0 0.90 0.13 0.01
HSL 308.72º 0.97% 0.54% -
HSV(B) 308.72º 0.9% 0.99% -
XYZ 53.28 26.51 69.33 -
YUV 114.99 186.71 225.73 -
System Red Green Blue C M Y K H S L
Decimal 252 25 219 0 0.90 0.13 0.01 308.72 0.97 0.54
Hex FC 19 DB 0 5A D 1 135 61 36
Octal 374 31 333 0 132 15 1 465 141 66
Binary 11111100 11001 11011011 0 1011010 1101 1 100110101 1100001 110110

Color Harmonies of #FC19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19DB

Black with #FC19DB

Text Example


Text Example

White with #FC19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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