Html Css Color HEX #FE05D5 Hot Magenta

📋 copy color: '#FE05D5'

red 254 ◦ green 5 ◦ blue 213

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

Shades of Hot Magenta #FE05D5

Tints of Hot Magenta #FE05D5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.06%

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 53.81%
G = 1.06%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE05D5 (or 0xFE05D5) is known color: Hot Magenta. HEX triplet: FE, 05 and D5. RGB value is (254,5,213). Sum of RGB (Red+Green+Blue) = 254+5+213=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05D5 is #01FA2A. Grayscale: #666666. Windows color (decimal): -129579 or 13960702. OLE color: 13960702.

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

Color convert

RGB 254 5 213 -
CMYK 0 0.98 0.16 0.00
HSL 309.88º 0.99% 0.51% -
HSV(B) 309.88º 0.98% 1% -
XYZ 52.94 25.98 65.18 -
YUV 103.16 189.99 235.59 -
System Red Green Blue C M Y K H S L
Decimal 254 5 213 0 0.98 0.16 0.00 309.88 0.99 0.51
Hex FE 5 D5 0 62 10 0 136 63 33
Octal 376 5 325 0 142 20 0 466 143 63
Binary 11111110 101 11010101 0 1100010 10000 0 100110110 1100011 110011

Color Harmonies of #FE05D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE05D5

Black with #FE05D5

Text Example


Text Example

White with #FE05D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE05D5; }

 p { color: rgb(254,5,213); }

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

background-color css

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

 a { background-color: rgb(254,5,213); }

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

border-color css

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

 span { border-color: rgb(254,5,213); }

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