Html Css Color HEX #FE00D4 Hot Magenta

📋 copy color: '#FE00D4'

red 254 ◦ green 0 ◦ blue 212

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

Shades of Hot Magenta #FE00D4

Tints of Hot Magenta #FE00D4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 212 (83.2% from 255) = 45.49%

R = 54.51%
G = 0%
B = 45.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE00D4 (or 0xFE00D4) is known color: Hot Magenta. HEX triplet: FE, 00 and D4. RGB value is (254,0,212). Sum of RGB (Red+Green+Blue) = 254+0+212=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00D4 is #01FF2B. Grayscale: #636363. Windows color (decimal): -130860 or 13893886. OLE color: 13893886.

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

Color convert

RGB 254 0 212 -
CMYK 0 1 0.17 0.00
HSL 309.92º 1% 0.5% -
HSV(B) 309.92º 1% 1% -
XYZ 52.76 25.82 64.49 -
YUV 100.11 191.15 237.76 -
System Red Green Blue C M Y K H S L
Decimal 254 0 212 0 1 0.17 0.00 309.92 1 0.5
Hex FE 0 D4 0 64 11 0 136 64 32
Octal 376 0 324 0 144 21 0 466 144 62
Binary 11111110 0 11010100 0 1100100 10001 0 100110110 1100100 110010

Color Harmonies of #FE00D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00D4

Black with #FE00D4

Text Example


Text Example

White with #FE00D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00D4; }

 p { color: rgb(254,0,212); }

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

background-color css

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

 a { background-color: rgb(254,0,212); }

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

border-color css

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

 span { border-color: rgb(254,0,212); }

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