Html Css Color HEX #FD13DB Hot Magenta

📋 copy color: '#FD13DB'

red 253 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #FD13DB

Tints of Hot Magenta #FD13DB

RGB

 RED value IS 253 (99.22% from 255) = 51.53%

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

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

R = 51.53%
G = 3.87%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD13DB (or 0xFD13DB) is known color: Hot Magenta. HEX triplet: FD, 13 and DB. RGB value is (253,19,219). Sum of RGB (Red+Green+Blue) = 253+19+219=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 19 (7.81% from 255 or 3.87% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD13DB is #02EC24. Grayscale: #6F6F6F. Windows color (decimal): -191525 or 14357501. OLE color: 14357501.

HSL color Cylindrical-coordinate representation of color #FD13DB: hue angle of 308.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD13DB is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 19 219 -
CMYK 0 0.92 0.13 0.01
HSL 308.72º 0.98% 0.53% -
HSV(B) 308.72º 0.92% 0.99% -
XYZ 53.53 26.46 69.3 -
YUV 111.77 188.52 228.74 -
System Red Green Blue C M Y K H S L
Decimal 253 19 219 0 0.92 0.13 0.01 308.72 0.98 0.53
Hex FD 13 DB 0 5C D 1 135 62 35
Octal 375 23 333 0 134 15 1 465 142 65
Binary 11111101 10011 11011011 0 1011100 1101 1 100110101 1100010 110101

Color Harmonies of #FD13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD13DB

Black with #FD13DB

Text Example


Text Example

White with #FD13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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