Html Css Color HEX #FE01D3 Hot Magenta

📋 copy color: '#FE01D3'

red 254 ◦ green 1 ◦ blue 211

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

Shades of Hot Magenta #FE01D3

Tints of Hot Magenta #FE01D3

RGB

 RED value IS 254 (99.61% from 255) = 54.51%

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

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

R = 54.51%
G = 0.21%
B = 45.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE01D3 (or 0xFE01D3) is known color: Hot Magenta. HEX triplet: FE, 01 and D3. RGB value is (254,1,211). Sum of RGB (Red+Green+Blue) = 254+1+211=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01D3 is #01FE2C. Grayscale: #646464. Windows color (decimal): -130605 or 13828606. OLE color: 13828606.

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

Color convert

RGB 254 1 211 -
CMYK 0 1.00 0.17 0.00
HSL 310.2º 0.99% 0.5% -
HSV(B) 310.2º 1% 1% -
XYZ 52.64 25.8 63.83 -
YUV 100.59 190.32 237.42 -
System Red Green Blue C M Y K H S L
Decimal 254 1 211 0 1.00 0.17 0.00 310.2 0.99 0.5
Hex FE 1 D3 0 64 11 0 136 63 32
Octal 376 1 323 0 144 21 0 466 143 62
Binary 11111110 1 11010011 0 1100100 10001 0 100110110 1100011 110010

Color Harmonies of #FE01D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01D3

Black with #FE01D3

Text Example


Text Example

White with #FE01D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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