Html Css Color HEX #FE00DA Hot Magenta

📋 copy color: '#FE00DA'

red 254 ◦ green 0 ◦ blue 218

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

Shades of Hot Magenta #FE00DA

Tints of Hot Magenta #FE00DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 53.81%
G = 0%
B = 46.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE00DA (or 0xFE00DA) is known color: Hot Magenta. HEX triplet: FE, 00 and DA. RGB value is (254,0,218). Sum of RGB (Red+Green+Blue) = 254+0+218=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00DA is #01FF25. Grayscale: #646464. Windows color (decimal): -130854 or 14287102. OLE color: 14287102.

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

Color convert

RGB 254 0 218 -
CMYK 0 1 0.14 0.00
HSL 308.5º 1% 0.5% -
HSV(B) 308.5º 1% 1% -
XYZ 53.53 26.13 68.55 -
YUV 100.8 194.15 237.27 -
System Red Green Blue C M Y K H S L
Decimal 254 0 218 0 1 0.14 0.00 308.5 1 0.5
Hex FE 0 DA 0 64 E 0 135 64 32
Octal 376 0 332 0 144 16 0 465 144 62
Binary 11111110 0 11011010 0 1100100 1110 0 100110101 1100100 110010

Color Harmonies of #FE00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00DA

Black with #FE00DA

Text Example


Text Example

White with #FE00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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