Html Css Color HEX #FD03E4 Hot Magenta

📋 copy color: '#FD03E4'

red 253 ◦ green 3 ◦ blue 228

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

Shades of Hot Magenta #FD03E4

Tints of Hot Magenta #FD03E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.11%

R = 52.27%
G = 0.62%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD03E4 (or 0xFD03E4) is known color: Hot Magenta. HEX triplet: FD, 03 and E4. RGB value is (253,3,228). Sum of RGB (Red+Green+Blue) = 253+3+228=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 3 (1.56% from 255 or 0.62% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03E4 is #02FC1B. Grayscale: #666666. Windows color (decimal): -195612 or 14943229. OLE color: 14943229.

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

Color convert

RGB 253 3 228 -
CMYK 0 0.99 0.10 0.01
HSL 306º 0.98% 0.5% -
HSV(B) 306º 0.99% 0.99% -
XYZ 54.54 26.55 75.65 -
YUV 103.4 198.33 234.7 -
System Red Green Blue C M Y K H S L
Decimal 253 3 228 0 0.99 0.10 0.01 306 0.98 0.5
Hex FD 3 E4 0 63 A 1 132 62 32
Octal 375 3 344 0 143 12 1 462 142 62
Binary 11111101 11 11100100 0 1100011 1010 1 100110010 1100010 110010

Color Harmonies of #FD03E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD03E4

Black with #FD03E4

Text Example


Text Example

White with #FD03E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD03E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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