Html Css Color HEX #FE06D6 Hot Magenta

📋 copy color: '#FE06D6'

red 254 ◦ green 6 ◦ blue 214

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

Shades of Hot Magenta #FE06D6

Tints of Hot Magenta #FE06D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 53.59%
G = 1.27%
B = 45.15%

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

#FE06D6 (or 0xFE06D6) is known color: Hot Magenta. HEX triplet: FE, 06 and D6. RGB value is (254,6,214). Sum of RGB (Red+Green+Blue) = 254+6+214=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06D6 is #01F929. Grayscale: #676767. Windows color (decimal): -129322 or 14026494. OLE color: 14026494.

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

Color convert

RGB 254 6 214 -
CMYK 0 0.98 0.16 0.00
HSL 309.68º 0.99% 0.51% -
HSV(B) 309.68º 0.98% 1% -
XYZ 53.08 26.06 65.85 -
YUV 103.86 190.16 235.09 -
System Red Green Blue C M Y K H S L
Decimal 254 6 214 0 0.98 0.16 0.00 309.68 0.99 0.51
Hex FE 6 D6 0 62 10 0 136 63 33
Octal 376 6 326 0 142 20 0 466 143 63
Binary 11111110 110 11010110 0 1100010 10000 0 100110110 1100011 110011

Color Harmonies of #FE06D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06D6

Black with #FE06D6

Text Example


Text Example

White with #FE06D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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