Html Css Color HEX #FE06D9 Hot Magenta

📋 copy color: '#FE06D9'

red 254 ◦ green 6 ◦ blue 217

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

Shades of Hot Magenta #FE06D9

Tints of Hot Magenta #FE06D9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 53.25%
G = 1.26%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE06D9 (or 0xFE06D9) is known color: Hot Magenta. HEX triplet: FE, 06 and D9. RGB value is (254,6,217). Sum of RGB (Red+Green+Blue) = 254+6+217=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06D9 is #01F926. Grayscale: #676767. Windows color (decimal): -129319 or 14223102. OLE color: 14223102.

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

Color convert

RGB 254 6 217 -
CMYK 0 0.98 0.15 0.00
HSL 308.95º 0.99% 0.51% -
HSV(B) 308.95º 0.98% 1% -
XYZ 53.46 26.21 67.89 -
YUV 104.21 191.66 234.84 -
System Red Green Blue C M Y K H S L
Decimal 254 6 217 0 0.98 0.15 0.00 308.95 0.99 0.51
Hex FE 6 D9 0 62 F 0 135 63 33
Octal 376 6 331 0 142 17 0 465 143 63
Binary 11111110 110 11011001 0 1100010 1111 0 100110101 1100011 110011

Color Harmonies of #FE06D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06D9

Black with #FE06D9

Text Example


Text Example

White with #FE06D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06D9; }

 p { color: rgb(254,6,217); }

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

background-color css

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

 a { background-color: rgb(254,6,217); }

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

border-color css

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

 span { border-color: rgb(254,6,217); }

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