Html Css Color HEX #FD01DF Hot Magenta

📋 copy color: '#FD01DF'

red 253 ◦ green 1 ◦ blue 223

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

Shades of Hot Magenta #FD01DF

Tints of Hot Magenta #FD01DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 53.04%
G = 0.21%
B = 46.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD01DF (or 0xFD01DF) is known color: Hot Magenta. HEX triplet: FD, 01 and DF. RGB value is (253,1,223). Sum of RGB (Red+Green+Blue) = 253+1+223=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01DF is #02FE20. Grayscale: #656565. Windows color (decimal): -196129 or 14615037. OLE color: 14615037.

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

Color convert

RGB 253 1 223 -
CMYK 0 1.00 0.12 0.01
HSL 307.14º 0.99% 0.5% -
HSV(B) 307.14º 1% 0.99% -
XYZ 53.84 26.23 72.04 -
YUV 101.66 196.49 235.95 -
System Red Green Blue C M Y K H S L
Decimal 253 1 223 0 1.00 0.12 0.01 307.14 0.99 0.5
Hex FD 1 DF 0 64 C 1 133 63 32
Octal 375 1 337 0 144 14 1 463 143 62
Binary 11111101 1 11011111 0 1100100 1100 1 100110011 1100011 110010

Color Harmonies of #FD01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01DF

Black with #FD01DF

Text Example


Text Example

White with #FD01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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