Html Css Color HEX #FF13DB Hot Magenta

📋 copy color: '#FF13DB'

red 255 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #FF13DB

Tints of Hot Magenta #FF13DB

RGB

 RED value IS 255 (100% from 255) = 51.72%

 GREEN value IS 19 (7.81% from 255) = 3.85%

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

R = 51.72%
G = 3.85%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF13DB (or 0xFF13DB) is known color: Hot Magenta. HEX triplet: FF, 13 and DB. RGB value is (255,19,219). Sum of RGB (Red+Green+Blue) = 255+19+219=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 19 (7.81% from 255 or 3.85% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13DB is #00EC24. Grayscale: #6F6F6F. Windows color (decimal): -60453 or 14357503. OLE color: 14357503.

HSL color Cylindrical-coordinate representation of color #FF13DB: hue angle of 309.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13DB is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 19 219 -
CMYK 0 0.93 0.14 0
HSL 309.15º 1% 0.54% -
HSV(B) 309.15º 0.93% 1% -
XYZ 54.26 26.84 69.34 -
YUV 112.36 188.19 229.74 -
System Red Green Blue C M Y K H S L
Decimal 255 19 219 0 0.93 0.14 0 309.15 1 0.54
Hex FF 13 DB 0 5D E 0 135 64 36
Octal 377 23 333 0 135 16 0 465 144 66
Binary 11111111 10011 11011011 0 1011101 1110 0 100110101 1100100 110110

Color Harmonies of #FF13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13DB

Black with #FF13DB

Text Example


Text Example

White with #FF13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13DB; }

 p { color: rgb(255,19,219); }

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

background-color css

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

 a { background-color: rgb(255,19,219); }

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

border-color css

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

 span { border-color: rgb(255,19,219); }

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