#FE03CC

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

Shades of Hot Magenta #FE03CC

Tints of Hot Magenta #FE03CC

Color information

#FE03CC (or 0xFE03CC) is unknown color: approx Hot Magenta. HEX triplet: FE, 03 and CC. RGB value is (254,3,204). Sum of RGB (Red+Green+Blue) = 254+3+204=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03CC is #01FC33. Grayscale: #646464. Windows color (decimal): -130100 or 13370366. OLE color: 13370366.

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

Color convert

RGB2543204-
CMYK00.990.200.00
HSL311.95º99.21%50.39%-
HSV(B)311.95º98.82%99.61%-
XYZ51.825.559.32-
YUV100.96186.16237.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 3 (1.56% from 255) = 0.65%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=55.10%
G=0.65%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254320400.990.200.00311.9599.2150.39
HexFE3CC0631401386332
Octal3763314014324047014362
Binary111111101111001100011000111010001001110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE03CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE03CC; }

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

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

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

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

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

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

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

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