Html Css Color HEX #FD21F0 Magenta

📋 copy color: '#FD21F0'

red 253 ◦ green 33 ◦ blue 240

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

Shades of Magenta #FD21F0

Tints of Magenta #FD21F0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.27%

 BLUE value IS 240 (94.14% from 255) = 45.63%

R = 48.1%
G = 6.27%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD21F0 (or 0xFD21F0) is known color: Magenta. HEX triplet: FD, 21 and F0. RGB value is (253,33,240). Sum of RGB (Red+Green+Blue) = 253+33+240=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 33 (13.28% from 255 or 6.27% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD21F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD21F0 is #02DE0F. Grayscale: #797979. Windows color (decimal): -187920 or 15737341. OLE color: 15737341.

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

Color convert

RGB 253 33 240 -
CMYK 0 0.87 0.05 0.01
HSL 303.55º 0.98% 0.56% -
HSV(B) 303.55º 0.87% 0.99% -
XYZ 56.78 28.26 84.9 -
YUV 122.38 194.39 221.17 -
System Red Green Blue C M Y K H S L
Decimal 253 33 240 0 0.87 0.05 0.01 303.55 0.98 0.56
Hex FD 21 F0 0 57 5 1 130 62 38
Octal 375 41 360 0 127 5 1 460 142 70
Binary 11111101 100001 11110000 0 1010111 101 1 100110000 1100010 111000

Color Harmonies of #FD21F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD21F0

Black with #FD21F0

Text Example


Text Example

White with #FD21F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD21F0; }

 p { color: rgb(253,33,240); }

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

background-color css

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

 a { background-color: rgb(253,33,240); }

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

border-color css

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

 span { border-color: rgb(253,33,240); }

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