#FE05CC

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

Shades of Hot Magenta #FE05CC

Tints of Hot Magenta #FE05CC

Color information

#FE05CC (or 0xFE05CC) is unknown color: approx Hot Magenta. HEX triplet: FE, 05 and CC. RGB value is (254,5,204). Sum of RGB (Red+Green+Blue) = 254+5+204=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05CC is #01FA33. Grayscale: #656565. Windows color (decimal): -129588 or 13370878. OLE color: 13370878.

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

Color convert

RGB2545204-
CMYK00.980.200.00
HSL312.05º99.2%50.78%-
HSV(B)312.05º98.03%99.61%-
XYZ51.8325.5459.32-
YUV102.14185.49236.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 5 (2.34% from 255) = 1.08%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=54.86%
G=1.08%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254520400.980.200.00312.0599.250.78
HexFE5CC0621401386333
Octal3765314014224047014363
Binary1111111010111001100011000101010001001110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE05CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE05CC; }

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

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

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

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

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

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

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

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