Html Css Color HEX #FE04D1 Hot Magenta

📋 copy color: '#FE04D1'

red 254 ◦ green 4 ◦ blue 209

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

Shades of Hot Magenta #FE04D1

Tints of Hot Magenta #FE04D1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 54.39%
G = 0.86%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE04D1 (or 0xFE04D1) is known color: Hot Magenta. HEX triplet: FE, 04 and D1. RGB value is (254,4,209). Sum of RGB (Red+Green+Blue) = 254+4+209=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04D1 is #01FB2E. Grayscale: #656565. Windows color (decimal): -129839 or 13698302. OLE color: 13698302.

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

Color convert

RGB 254 4 209 -
CMYK 0 0.98 0.18 0.00
HSL 310.8º 0.99% 0.51% -
HSV(B) 310.8º 0.98% 1% -
XYZ 52.43 25.76 62.53 -
YUV 102.12 188.33 236.33 -
System Red Green Blue C M Y K H S L
Decimal 254 4 209 0 0.98 0.18 0.00 310.8 0.99 0.51
Hex FE 4 D1 0 62 12 0 137 63 33
Octal 376 4 321 0 142 22 0 467 143 63
Binary 11111110 100 11010001 0 1100010 10010 0 100110111 1100011 110011

Color Harmonies of #FE04D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04D1

Black with #FE04D1

Text Example


Text Example

White with #FE04D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04D1; }

 p { color: rgb(254,4,209); }

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

background-color css

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

 a { background-color: rgb(254,4,209); }

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

border-color css

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

 span { border-color: rgb(254,4,209); }

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