Html Css Color HEX #FD00ED Magenta

📋 copy color: '#FD00ED'

red 253 ◦ green 0 ◦ blue 237

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

Shades of Magenta #FD00ED

Tints of Magenta #FD00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.63%
G = 0%
B = 48.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD00ED (or 0xFD00ED) is known color: Magenta. HEX triplet: FD, 00 and ED. RGB value is (253,0,237). Sum of RGB (Red+Green+Blue) = 253+0+237=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD00ED is #02FF12. Grayscale: #656565. Windows color (decimal): -196371 or 15532285. OLE color: 15532285.

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

Color convert

RGB 253 0 237 -
CMYK 0 1 0.06 0.01
HSL 303.79º 1% 0.5% -
HSV(B) 303.79º 1% 0.99% -
XYZ 55.79 27 82.39 -
YUV 102.67 203.82 235.23 -
System Red Green Blue C M Y K H S L
Decimal 253 0 237 0 1 0.06 0.01 303.79 1 0.5
Hex FD 0 ED 0 64 6 1 130 64 32
Octal 375 0 355 0 144 6 1 460 144 62
Binary 11111101 0 11101101 0 1100100 110 1 100110000 1100100 110010

Color Harmonies of #FD00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00ED

Black with #FD00ED

Text Example


Text Example

White with #FD00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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