Html Css Color HEX #FD03D4 Hot Magenta

📋 copy color: '#FD03D4'

red 253 ◦ green 3 ◦ blue 212

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

Shades of Hot Magenta #FD03D4

Tints of Hot Magenta #FD03D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 54.06%
G = 0.64%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD03D4 (or 0xFD03D4) is known color: Hot Magenta. HEX triplet: FD, 03 and D4. RGB value is (253,3,212). Sum of RGB (Red+Green+Blue) = 253+3+212=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03D4 is #02FC2B. Grayscale: #646464. Windows color (decimal): -195628 or 13894653. OLE color: 13894653.

HSL color Cylindrical-coordinate representation of color #FD03D4: hue angle of 309.84º 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 #FD03D4 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 3 212 -
CMYK 0 0.99 0.16 0.01
HSL 309.84º 0.98% 0.5% -
HSV(B) 309.84º 0.99% 0.99% -
XYZ 52.42 25.7 64.49 -
YUV 101.58 190.33 236.01 -
System Red Green Blue C M Y K H S L
Decimal 253 3 212 0 0.99 0.16 0.01 309.84 0.98 0.5
Hex FD 3 D4 0 63 10 1 136 62 32
Octal 375 3 324 0 143 20 1 466 142 62
Binary 11111101 11 11010100 0 1100011 10000 1 100110110 1100010 110010

Color Harmonies of #FD03D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD03D4

Black with #FD03D4

Text Example


Text Example

White with #FD03D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD03D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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