Html Css Color HEX #FD01D3 Hot Magenta

📋 copy color: '#FD01D3'

red 253 ◦ green 1 ◦ blue 211

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

Shades of Hot Magenta #FD01D3

Tints of Hot Magenta #FD01D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.38%

R = 54.41%
G = 0.22%
B = 45.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD01D3 (or 0xFD01D3) is known color: Hot Magenta. HEX triplet: FD, 01 and D3. RGB value is (253,1,211). Sum of RGB (Red+Green+Blue) = 253+1+211=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01D3 is #02FE2C. Grayscale: #636363. Windows color (decimal): -196141 or 13828605. OLE color: 13828605.

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

Color convert

RGB 253 1 211 -
CMYK 0 1.00 0.17 0.01
HSL 310º 0.99% 0.5% -
HSV(B) 310º 1% 0.99% -
XYZ 52.28 25.61 63.82 -
YUV 100.29 190.49 236.92 -
System Red Green Blue C M Y K H S L
Decimal 253 1 211 0 1.00 0.17 0.01 310 0.99 0.5
Hex FD 1 D3 0 64 11 1 136 63 32
Octal 375 1 323 0 144 21 1 466 143 62
Binary 11111101 1 11010011 0 1100100 10001 1 100110110 1100011 110010

Color Harmonies of #FD01D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01D3

Black with #FD01D3

Text Example


Text Example

White with #FD01D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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