Html Css Color HEX #FE00DF Hot Magenta

📋 copy color: '#FE00DF'

red 254 ◦ green 0 ◦ blue 223

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

Shades of Hot Magenta #FE00DF

Tints of Hot Magenta #FE00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 53.25%
G = 0%
B = 46.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE00DF (or 0xFE00DF) is known color: Hot Magenta. HEX triplet: FE, 00 and DF. RGB value is (254,0,223). Sum of RGB (Red+Green+Blue) = 254+0+223=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00DF is #01FF20. Grayscale: #646464. Windows color (decimal): -130849 or 14614782. OLE color: 14614782.

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

Color convert

RGB 254 0 223 -
CMYK 0 1 0.12 0.00
HSL 307.32º 1% 0.5% -
HSV(B) 307.32º 1% 1% -
XYZ 54.19 26.4 72.05 -
YUV 101.37 196.65 236.87 -
System Red Green Blue C M Y K H S L
Decimal 254 0 223 0 1 0.12 0.00 307.32 1 0.5
Hex FE 0 DF 0 64 C 0 133 64 32
Octal 376 0 337 0 144 14 0 463 144 62
Binary 11111110 0 11011111 0 1100100 1100 0 100110011 1100100 110010

Color Harmonies of #FE00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00DF

Black with #FE00DF

Text Example


Text Example

White with #FE00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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