Html Css Color HEX #FD20ED Magenta

📋 copy color: '#FD20ED'

red 253 ◦ green 32 ◦ blue 237

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

Shades of Magenta #FD20ED

Tints of Magenta #FD20ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.13%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 48.47%
G = 6.13%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD20ED (or 0xFD20ED) is known color: Magenta. HEX triplet: FD, 20 and ED. RGB value is (253,32,237). Sum of RGB (Red+Green+Blue) = 253+32+237=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD20ED is #02DF12. Grayscale: #787878. Windows color (decimal): -188179 or 15540477. OLE color: 15540477.

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

Color convert

RGB 253 32 237 -
CMYK 0 0.87 0.06 0.01
HSL 304.34º 0.98% 0.56% -
HSV(B) 304.34º 0.87% 0.99% -
XYZ 56.31 28.03 82.56 -
YUV 121.45 193.22 221.83 -
System Red Green Blue C M Y K H S L
Decimal 253 32 237 0 0.87 0.06 0.01 304.34 0.98 0.56
Hex FD 20 ED 0 57 6 1 130 62 38
Octal 375 40 355 0 127 6 1 460 142 70
Binary 11111101 100000 11101101 0 1010111 110 1 100110000 1100010 111000

Color Harmonies of #FD20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20ED

Black with #FD20ED

Text Example


Text Example

White with #FD20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20ED; }

 p { color: rgb(253,32,237); }

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

background-color css

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

 a { background-color: rgb(253,32,237); }

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

border-color css

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

 span { border-color: rgb(253,32,237); }

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