Html Css Color HEX #FD00DF Hot Magenta

📋 copy color: '#FD00DF'

red 253 ◦ green 0 ◦ blue 223

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

Shades of Hot Magenta #FD00DF

Tints of Hot Magenta #FD00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 53.15%
G = 0%
B = 46.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD00DF (or 0xFD00DF) is known color: Hot Magenta. HEX triplet: FD, 00 and DF. RGB value is (253,0,223). Sum of RGB (Red+Green+Blue) = 253+0+223=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00DF is #02FF20. Grayscale: #646464. Windows color (decimal): -196385 or 14614781. OLE color: 14614781.

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

Color convert

RGB 253 0 223 -
CMYK 0 1 0.12 0.01
HSL 307.11º 1% 0.5% -
HSV(B) 307.11º 1% 0.99% -
XYZ 53.83 26.21 72.03 -
YUV 101.07 196.82 236.37 -
System Red Green Blue C M Y K H S L
Decimal 253 0 223 0 1 0.12 0.01 307.11 1 0.5
Hex FD 0 DF 0 64 C 1 133 64 32
Octal 375 0 337 0 144 14 1 463 144 62
Binary 11111101 0 11011111 0 1100100 1100 1 100110011 1100100 110010

Color Harmonies of #FD00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00DF

Black with #FD00DF

Text Example


Text Example

White with #FD00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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