Html Css Color HEX #FE0ACD Hot Magenta

📋 copy color: '#FE0ACD'

red 254 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #FE0ACD

Tints of Hot Magenta #FE0ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.13%

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 54.16%
G = 2.13%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE0ACD (or 0xFE0ACD) is known color: Hot Magenta. HEX triplet: FE, 0A and CD. RGB value is (254,10,205). Sum of RGB (Red+Green+Blue) = 254+10+205=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ACD is #01F532. Grayscale: #686868. Windows color (decimal): -128307 or 13437694. OLE color: 13437694.

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

Color convert

RGB 254 10 205 -
CMYK 0 0.96 0.19 0.00
HSL 312.05º 0.99% 0.52% -
HSV(B) 312.05º 0.96% 1% -
XYZ 52 25.7 59.98 -
YUV 105.19 184.34 234.14 -
System Red Green Blue C M Y K H S L
Decimal 254 10 205 0 0.96 0.19 0.00 312.05 0.99 0.52
Hex FE A CD 0 60 13 0 138 63 34
Octal 376 12 315 0 140 23 0 470 143 64
Binary 11111110 1010 11001101 0 1100000 10011 0 100111000 1100011 110100

Color Harmonies of #FE0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0ACD

Black with #FE0ACD

Text Example


Text Example

White with #FE0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0ACD; }

 p { color: rgb(254,10,205); }

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

background-color css

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

 a { background-color: rgb(254,10,205); }

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

border-color css

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

 span { border-color: rgb(254,10,205); }

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