#FE07FB

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

Shades of Magenta #FE07FB

Tints of Magenta #FE07FB

Color information

#FE07FB (or 0xFE07FB) is unknown color: approx Magenta. HEX triplet: FE, 07 and FB. RGB value is (254,7,251). Sum of RGB (Red+Green+Blue) = 254+7+251=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 7 (3.12% from 255 or 1.37% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE07FB is #01F804. Grayscale: #6B6B6B. Windows color (decimal): -129029 or 16451582. OLE color: 16451582.

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

Color convert

RGB2547251-
CMYK00.970.010.00
HSL300.73º99.2%51.18%-
HSV(B)300.73º97.24%99.61%-
XYZ58.3628.1993.63-
YUV108.67208.33231.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 7 (3.12% from 255) = 1.37%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=49.61%
G=1.37%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254725100.970.010.00300.7399.251.18
HexFE7FB0611012d6333
Octal376737301411045514363
Binary111111101111111101101100001101001011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE07FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE07FB; }

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

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

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

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

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

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

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

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