Html Css Color HEX #FE0FD6 Hot Magenta

📋 copy color: '#FE0FD6'

red 254 ◦ green 15 ◦ blue 214

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

Shades of Hot Magenta #FE0FD6

Tints of Hot Magenta #FE0FD6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

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

R = 52.59%
G = 3.11%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE0FD6 (or 0xFE0FD6) is known color: Hot Magenta. HEX triplet: FE, 0F and D6. RGB value is (254,15,214). Sum of RGB (Red+Green+Blue) = 254+15+214=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FD6 is #01F029. Grayscale: #6C6C6C. Windows color (decimal): -127018 or 14028798. OLE color: 14028798.

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

Color convert

RGB 254 15 214 -
CMYK 0 0.94 0.16 0.00
HSL 310.04º 0.99% 0.53% -
HSV(B) 310.04º 0.94% 1% -
XYZ 53.18 26.27 65.89 -
YUV 109.15 187.18 231.32 -
System Red Green Blue C M Y K H S L
Decimal 254 15 214 0 0.94 0.16 0.00 310.04 0.99 0.53
Hex FE F D6 0 5E 10 0 136 63 35
Octal 376 17 326 0 136 20 0 466 143 65
Binary 11111110 1111 11010110 0 1011110 10000 0 100110110 1100011 110101

Color Harmonies of #FE0FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FD6

Black with #FE0FD6

Text Example


Text Example

White with #FE0FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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