Html Css Color HEX #FD1DED Magenta

📋 copy color: '#FD1DED'

red 253 ◦ green 29 ◦ blue 237

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

Shades of Magenta #FD1DED

Tints of Magenta #FD1DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 48.75%
G = 5.59%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD1DED (or 0xFD1DED) is known color: Magenta. HEX triplet: FD, 1D and ED. RGB value is (253,29,237). Sum of RGB (Red+Green+Blue) = 253+29+237=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 29 (11.72% from 255 or 5.59% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1DED is #02E212. Grayscale: #777777. Windows color (decimal): -188947 or 15539709. OLE color: 15539709.

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

Color convert

RGB 253 29 237 -
CMYK 0 0.89 0.06 0.01
HSL 304.29º 0.98% 0.55% -
HSV(B) 304.29º 0.89% 0.99% -
XYZ 56.23 27.88 82.54 -
YUV 119.69 194.21 223.09 -
System Red Green Blue C M Y K H S L
Decimal 253 29 237 0 0.89 0.06 0.01 304.29 0.98 0.55
Hex FD 1D ED 0 59 6 1 130 62 37
Octal 375 35 355 0 131 6 1 460 142 67
Binary 11111101 11101 11101101 0 1011001 110 1 100110000 1100010 110111

Color Harmonies of #FD1DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DED

Black with #FD1DED

Text Example


Text Example

White with #FD1DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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