Html Css Color HEX #FD1DFF Magenta

📋 copy color: '#FD1DFF'

red 253 ◦ green 29 ◦ blue 255

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

Shades of Magenta #FD1DFF

Tints of Magenta #FD1DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 47.11%
G = 5.4%
B = 47.49%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD1DFF (or 0xFD1DFF) is known color: Magenta. HEX triplet: FD, 1D and FF. RGB value is (253,29,255). Sum of RGB (Red+Green+Blue) = 253+29+255=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 29 (11.72% from 255 or 5.40% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1DFF is #02E200. Grayscale: #797979. Windows color (decimal): -188929 or 16719357. OLE color: 16719357.

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

Color convert

RGB 253 29 255 -
CMYK 0.01 0.89 0 0
HSL 299.47º 1% 0.56% -
HSV(B) 299.47º 0.89% 1% -
XYZ 59 28.98 97.09 -
YUV 121.74 203.21 221.62 -
System Red Green Blue C M Y K H S L
Decimal 253 29 255 0.01 0.89 0 0 299.47 1 0.56
Hex FD 1D FF 1 59 0 0 12B 64 38
Octal 375 35 377 1 131 0 0 453 144 70
Binary 11111101 11101 11111111 1 1011001 0 0 100101011 1100100 111000

Color Harmonies of #FD1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DFF

Black with #FD1DFF

Text Example


Text Example

White with #FD1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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