Html Css Color HEX #FD03EA Magenta

📋 copy color: '#FD03EA'

red 253 ◦ green 3 ◦ blue 234

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

Shades of Magenta #FD03EA

Tints of Magenta #FD03EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 51.63%
G = 0.61%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD03EA (or 0xFD03EA) is known color: Magenta. HEX triplet: FD, 03 and EA. RGB value is (253,3,234). Sum of RGB (Red+Green+Blue) = 253+3+234=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 3 (1.56% from 255 or 0.61% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD03EA is #02FC15. Grayscale: #676767. Windows color (decimal): -195606 or 15336445. OLE color: 15336445.

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

Color convert

RGB 253 3 234 -
CMYK 0 0.99 0.08 0.01
HSL 304.56º 0.98% 0.5% -
HSV(B) 304.56º 0.99% 0.99% -
XYZ 55.39 26.89 80.11 -
YUV 104.08 201.33 234.22 -
System Red Green Blue C M Y K H S L
Decimal 253 3 234 0 0.99 0.08 0.01 304.56 0.98 0.5
Hex FD 3 EA 0 63 8 1 131 62 32
Octal 375 3 352 0 143 10 1 461 142 62
Binary 11111101 11 11101010 0 1100011 1000 1 100110001 1100010 110010

Color Harmonies of #FD03EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD03EA

Black with #FD03EA

Text Example


Text Example

White with #FD03EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD03EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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