#FB15F0

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

Shades of Magenta #FB15F0

Tints of Magenta #FB15F0

Color information

#FB15F0 (or 0xFB15F0) is unknown color: approx Magenta. HEX triplet: FB, 15 and F0. RGB value is (251,21,240). Sum of RGB (Red+Green+Blue) = 251+21+240=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15F0 is #04EA0F. Grayscale: #727272. Windows color (decimal): -322064 or 15734267. OLE color: 15734267.

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

Color convert

RGB25121240-
CMYK00.920.040.02
HSL302.87º96.64%53.33%-
HSV(B)302.87º91.63%98.43%-
XYZ55.7827.3484.77-
YUV114.74198.7225.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.02%
GREEN value IS 21 (8.59% from 255) = 4.10%
BLUE value IS 240 (94.14% from 255) = 46.88%
R=49.02%
G=4.10%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512124000.920.040.02302.8796.6453.33
HexFB15F005C4212f6135
Octal3732536001344245714165
Binary11111011101011111000001011100100101001011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB15F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB15F0; }

 p { color: rgb(251,21,240); }

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

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

 a { background-color: rgb(251,21,240); }

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

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

 span { border-color: rgb(251,21,240); }

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