Html Css Color HEX #FD15DB Hot Magenta

📋 copy color: '#FD15DB'

red 253 ◦ green 21 ◦ blue 219

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

Shades of Hot Magenta #FD15DB

Tints of Hot Magenta #FD15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.26%

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

R = 51.32%
G = 4.26%
B = 44.42%

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

#FD15DB (or 0xFD15DB) is known color: Hot Magenta. HEX triplet: FD, 15 and DB. RGB value is (253,21,219). Sum of RGB (Red+Green+Blue) = 253+21+219=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD15DB is #02EA24. Grayscale: #707070. Windows color (decimal): -191013 or 14358013. OLE color: 14358013.

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

Color convert

RGB 253 21 219 -
CMYK 0 0.92 0.13 0.01
HSL 308.79º 0.98% 0.54% -
HSV(B) 308.79º 0.92% 0.99% -
XYZ 53.56 26.53 69.32 -
YUV 112.94 187.86 227.9 -
System Red Green Blue C M Y K H S L
Decimal 253 21 219 0 0.92 0.13 0.01 308.79 0.98 0.54
Hex FD 15 DB 0 5C D 1 135 62 36
Octal 375 25 333 0 134 15 1 465 142 66
Binary 11111101 10101 11011011 0 1011100 1101 1 100110101 1100010 110110

Color Harmonies of #FD15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15DB

Black with #FD15DB

Text Example


Text Example

White with #FD15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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