Html Css Color HEX #FD03DB Hot Magenta

📋 copy color: '#FD03DB'

red 253 ◦ green 3 ◦ blue 219

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

Shades of Hot Magenta #FD03DB

Tints of Hot Magenta #FD03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

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

R = 53.26%
G = 0.63%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD03DB (or 0xFD03DB) is known color: Hot Magenta. HEX triplet: FD, 03 and DB. RGB value is (253,3,219). Sum of RGB (Red+Green+Blue) = 253+3+219=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03DB is #02FC24. Grayscale: #656565. Windows color (decimal): -195621 or 14353405. OLE color: 14353405.

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

Color convert

RGB 253 3 219 -
CMYK 0 0.99 0.13 0.01
HSL 308.16º 0.98% 0.5% -
HSV(B) 308.16º 0.99% 0.99% -
XYZ 53.33 26.06 69.24 -
YUV 102.37 193.83 235.44 -
System Red Green Blue C M Y K H S L
Decimal 253 3 219 0 0.99 0.13 0.01 308.16 0.98 0.5
Hex FD 3 DB 0 63 D 1 134 62 32
Octal 375 3 333 0 143 15 1 464 142 62
Binary 11111101 11 11011011 0 1100011 1101 1 100110100 1100010 110010

Color Harmonies of #FD03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD03DB

Black with #FD03DB

Text Example


Text Example

White with #FD03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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