Html Css Color HEX #FD20F5 Magenta

📋 copy color: '#FD20F5'

red 253 ◦ green 32 ◦ blue 245

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

Shades of Magenta #FD20F5

Tints of Magenta #FD20F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.23%

R = 47.74%
G = 6.04%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD20F5 (or 0xFD20F5) is known color: Magenta. HEX triplet: FD, 20 and F5. RGB value is (253,32,245). Sum of RGB (Red+Green+Blue) = 253+32+245=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 32 (12.89% from 255 or 6.04% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD20F5 is #02DF0A. Grayscale: #797979. Windows color (decimal): -188171 or 16064765. OLE color: 16064765.

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

Color convert

RGB 253 32 245 -
CMYK 0 0.87 0.03 0.01
HSL 302.17º 0.98% 0.56% -
HSV(B) 302.17º 0.87% 0.99% -
XYZ 57.51 28.51 88.86 -
YUV 122.36 197.22 221.18 -
System Red Green Blue C M Y K H S L
Decimal 253 32 245 0 0.87 0.03 0.01 302.17 0.98 0.56
Hex FD 20 F5 0 57 3 1 12E 62 38
Octal 375 40 365 0 127 3 1 456 142 70
Binary 11111101 100000 11110101 0 1010111 11 1 100101110 1100010 111000

Color Harmonies of #FD20F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20F5

Black with #FD20F5

Text Example


Text Example

White with #FD20F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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