Html Css Color HEX #FD1DF7 Magenta

📋 copy color: '#FD1DF7'

red 253 ◦ green 29 ◦ blue 247

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

Shades of Magenta #FD1DF7

Tints of Magenta #FD1DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.48%

 BLUE value IS 247 (96.88% from 255) = 46.69%

R = 47.83%
G = 5.48%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD1DF7 (or 0xFD1DF7) is known color: Magenta. HEX triplet: FD, 1D and F7. RGB value is (253,29,247). Sum of RGB (Red+Green+Blue) = 253+29+247=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 29 (11.72% from 255 or 5.48% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1DF7 is #02E208. Grayscale: #787878. Windows color (decimal): -188937 or 16195069. OLE color: 16195069.

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

Color convert

RGB 253 29 247 -
CMYK 0 0.89 0.02 0.01
HSL 301.61º 0.98% 0.55% -
HSV(B) 301.61º 0.89% 0.99% -
XYZ 57.74 28.48 90.45 -
YUV 120.83 199.21 222.27 -
System Red Green Blue C M Y K H S L
Decimal 253 29 247 0 0.89 0.02 0.01 301.61 0.98 0.55
Hex FD 1D F7 0 59 2 1 12E 62 37
Octal 375 35 367 0 131 2 1 456 142 67
Binary 11111101 11101 11110111 0 1011001 10 1 100101110 1100010 110111

Color Harmonies of #FD1DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DF7

Black with #FD1DF7

Text Example


Text Example

White with #FD1DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DF7; }

 p { color: rgb(253,29,247); }

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

background-color css

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

 a { background-color: rgb(253,29,247); }

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

border-color css

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

 span { border-color: rgb(253,29,247); }

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