Html Css Color HEX #FD2DF9 Magenta

📋 copy color: '#FD2DF9'

red 253 ◦ green 45 ◦ blue 249

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

Shades of Magenta #FD2DF9

Tints of Magenta #FD2DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.23%

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 46.25%
G = 8.23%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD2DF9 (or 0xFD2DF9) is known color: Magenta. HEX triplet: FD, 2D and F9. RGB value is (253,45,249). Sum of RGB (Red+Green+Blue) = 253+45+249=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 45 (17.97% from 255 or 8.23% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2DF9 is #02D206. Grayscale: #818181. Windows color (decimal): -184839 or 16330237. OLE color: 16330237.

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

Color convert

RGB 253 45 249 -
CMYK 0 0.82 0.02 0.01
HSL 301.15º 0.98% 0.58% -
HSV(B) 301.15º 0.82% 0.99% -
XYZ 58.55 29.6 92.25 -
YUV 130.45 194.91 215.41 -
System Red Green Blue C M Y K H S L
Decimal 253 45 249 0 0.82 0.02 0.01 301.15 0.98 0.58
Hex FD 2D F9 0 52 2 1 12D 62 3A
Octal 375 55 371 0 122 2 1 455 142 72
Binary 11111101 101101 11111001 0 1010010 10 1 100101101 1100010 111010

Color Harmonies of #FD2DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2DF9

Black with #FD2DF9

Text Example


Text Example

White with #FD2DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2DF9; }

 p { color: rgb(253,45,249); }

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

background-color css

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

 a { background-color: rgb(253,45,249); }

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

border-color css

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

 span { border-color: rgb(253,45,249); }

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