Html Css Color HEX #FD20FA Magenta

📋 copy color: '#FD20FA'

red 253 ◦ green 32 ◦ blue 250

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

Shades of Magenta #FD20FA

Tints of Magenta #FD20FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 47.29%
G = 5.98%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD20FA (or 0xFD20FA) is known color: Magenta. HEX triplet: FD, 20 and FA. RGB value is (253,32,250). Sum of RGB (Red+Green+Blue) = 253+32+250=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 32 (12.89% from 255 or 5.98% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD20FA is #02DF05. Grayscale: #7A7A7A. Windows color (decimal): -188166 or 16392445. OLE color: 16392445.

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

Color convert

RGB 253 32 250 -
CMYK 0 0.87 0.01 0.01
HSL 300.81º 0.98% 0.56% -
HSV(B) 300.81º 0.87% 0.99% -
XYZ 58.28 28.82 92.93 -
YUV 122.93 199.72 220.77 -
System Red Green Blue C M Y K H S L
Decimal 253 32 250 0 0.87 0.01 0.01 300.81 0.98 0.56
Hex FD 20 FA 0 57 1 1 12D 62 38
Octal 375 40 372 0 127 1 1 455 142 70
Binary 11111101 100000 11111010 0 1010111 1 1 100101101 1100010 111000

Color Harmonies of #FD20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20FA

Black with #FD20FA

Text Example


Text Example

White with #FD20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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