Html Css Color HEX #FD10DB Hot Magenta

📋 copy color: '#FD10DB'

red 253 ◦ green 16 ◦ blue 219

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

Shades of Hot Magenta #FD10DB

Tints of Hot Magenta #FD10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.28%

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

R = 51.84%
G = 3.28%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD10DB (or 0xFD10DB) is known color: Hot Magenta. HEX triplet: FD, 10 and DB. RGB value is (253,16,219). Sum of RGB (Red+Green+Blue) = 253+16+219=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD10DB is #02EF24. Grayscale: #6D6D6D. Windows color (decimal): -192293 or 14356733. OLE color: 14356733.

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

Color convert

RGB 253 16 219 -
CMYK 0 0.94 0.13 0.01
HSL 308.61º 0.98% 0.53% -
HSV(B) 308.61º 0.94% 0.99% -
XYZ 53.48 26.37 69.29 -
YUV 110.01 189.52 229.99 -
System Red Green Blue C M Y K H S L
Decimal 253 16 219 0 0.94 0.13 0.01 308.61 0.98 0.53
Hex FD 10 DB 0 5E D 1 135 62 35
Octal 375 20 333 0 136 15 1 465 142 65
Binary 11111101 10000 11011011 0 1011110 1101 1 100110101 1100010 110101

Color Harmonies of #FD10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD10DB

Black with #FD10DB

Text Example


Text Example

White with #FD10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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