Html Css Color HEX #FD01E3 Hot Magenta

📋 copy color: '#FD01E3'

red 253 ◦ green 1 ◦ blue 227

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

Shades of Hot Magenta #FD01E3

Tints of Hot Magenta #FD01E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.19%

R = 52.6%
G = 0.21%
B = 47.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD01E3 (or 0xFD01E3) is known color: Hot Magenta. HEX triplet: FD, 01 and E3. RGB value is (253,1,227). Sum of RGB (Red+Green+Blue) = 253+1+227=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01E3 is #02FE1C. Grayscale: #656565. Windows color (decimal): -196125 or 14877181. OLE color: 14877181.

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

Color convert

RGB 253 1 227 -
CMYK 0 1.00 0.10 0.01
HSL 306.19º 0.99% 0.5% -
HSV(B) 306.19º 1% 0.99% -
XYZ 54.38 26.45 74.91 -
YUV 102.11 198.49 235.62 -
System Red Green Blue C M Y K H S L
Decimal 253 1 227 0 1.00 0.10 0.01 306.19 0.99 0.5
Hex FD 1 E3 0 64 A 1 132 63 32
Octal 375 1 343 0 144 12 1 462 143 62
Binary 11111101 1 11100011 0 1100100 1010 1 100110010 1100011 110010

Color Harmonies of #FD01E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01E3

Black with #FD01E3

Text Example


Text Example

White with #FD01E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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