#FB05E8

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

Shades of Magenta #FB05E8

Tints of Magenta #FB05E8

Color information

#FB05E8 (or 0xFB05E8) is unknown color: approx Magenta. HEX triplet: FB, 05 and E8. RGB value is (251,5,232). Sum of RGB (Red+Green+Blue) = 251+5+232=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB05E8 is #04FA17. Grayscale: #676767. Windows color (decimal): -326168 or 15205883. OLE color: 15205883.

HSL color Cylindrical-coordinate representation of color #FB05E8: hue angle of 304.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB05E8 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB2515232-
CMYK00.980.080.02
HSL304.63º96.85%50.2%-
HSV(B)304.63º98.01%98.43%-
XYZ54.426.4478.58-
YUV104.43200232.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.43%
GREEN value IS 5 (2.34% from 255) = 1.02%
BLUE value IS 232 (91.02% from 255) = 47.54%
R=51.43%
G=1.02%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251523200.980.080.02304.6396.8550.2
HexFB5E8062821316132
Octal3735350014210246114162
Binary1111101110111101000011000101000101001100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB05E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB05E8; }

 p { color: rgb(251,5,232); }

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

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

 a { background-color: rgb(251,5,232); }

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

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

 span { border-color: rgb(251,5,232); }

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