#FE06C7

Color #FE06C7 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #FE06C7

Tints of Hot Magenta #FE06C7

Color information

#FE06C7 (or 0xFE06C7) is unknown color: approx Hot Magenta. HEX triplet: FE, 06 and C7. RGB value is (254,6,199). Sum of RGB (Red+Green+Blue) = 254+6+199=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06C7 is #01F938. Grayscale: #656565. Windows color (decimal): -129337 or 13043454. OLE color: 13043454.

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

Color convert

RGB2546199-
CMYK00.980.220.00
HSL313.31º99.2%50.98%-
HSV(B)313.31º97.64%99.61%-
XYZ51.2525.3256.22-
YUV102.15182.66236.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.34%
GREEN value IS 6 (2.73% from 255) = 1.31%
BLUE value IS 199 (78.12% from 255) = 43.36%
R=55.34%
G=1.31%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254619900.980.220.00313.3199.250.98
HexFE6C70621601396333
Octal3766307014226047114363
Binary1111111011011000111011000101011001001110011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE06C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE06C7; }

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

 H1.HeaderClassName
 {
   color: #FE06C7;
 }
 .AnyTagClassName
 {
   color: #FE06C7;
 }
</style>
background-color css

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

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

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

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

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

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