Html Css Color HEX #FE04D2 Hot Magenta

📋 copy color: '#FE04D2'

red 254 ◦ green 4 ◦ blue 210

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

Shades of Hot Magenta #FE04D2

Tints of Hot Magenta #FE04D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 54.27%
G = 0.85%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE04D2 (or 0xFE04D2) is known color: Hot Magenta. HEX triplet: FE, 04 and D2. RGB value is (254,4,210). Sum of RGB (Red+Green+Blue) = 254+4+210=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04D2 is #01FB2D. Grayscale: #656565. Windows color (decimal): -129838 or 13763838. OLE color: 13763838.

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

Color convert

RGB 254 4 210 -
CMYK 0 0.98 0.17 0.00
HSL 310.56º 0.99% 0.51% -
HSV(B) 310.56º 0.98% 1% -
XYZ 52.55 25.81 63.19 -
YUV 102.23 188.83 236.25 -
System Red Green Blue C M Y K H S L
Decimal 254 4 210 0 0.98 0.17 0.00 310.56 0.99 0.51
Hex FE 4 D2 0 62 11 0 137 63 33
Octal 376 4 322 0 142 21 0 467 143 63
Binary 11111110 100 11010010 0 1100010 10001 0 100110111 1100011 110011

Color Harmonies of #FE04D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04D2

Black with #FE04D2

Text Example


Text Example

White with #FE04D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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