#FE07DB

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

Shades of Hot Magenta #FE07DB

Tints of Hot Magenta #FE07DB

Color information

#FE07DB (or 0xFE07DB) is unknown color: approx Hot Magenta. HEX triplet: FE, 07 and DB. RGB value is (254,7,219). Sum of RGB (Red+Green+Blue) = 254+7+219=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07DB is #01F824. Grayscale: #686868. Windows color (decimal): -129061 or 14354430. OLE color: 14354430.

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

Color convert

RGB2547219-
CMYK00.970.140.00
HSL308.5º99.2%51.18%-
HSV(B)308.5º97.24%99.61%-
XYZ53.7426.3469.27-
YUV105.02192.33234.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.92%
GREEN value IS 7 (3.12% from 255) = 1.46%
BLUE value IS 219 (85.94% from 255) = 45.62%
R=52.92%
G=1.46%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254721900.970.140.00308.599.251.18
HexFE7DB061E01356333
Octal3767333014116046514363
Binary111111101111101101101100001111001001101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE07DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE07DB; }

 p { color: rgb(254,7,219); }

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

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

 a { background-color: rgb(254,7,219); }

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

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

 span { border-color: rgb(254,7,219); }

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