#FB18FA

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

Shades of Magenta #FB18FA

Tints of Magenta #FB18FA

Color information

#FB18FA (or 0xFB18FA) is unknown color: approx Magenta. HEX triplet: FB, 18 and FA. RGB value is (251,24,250). Sum of RGB (Red+Green+Blue) = 251+24+250=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 24 (9.77% from 255 or 4.57% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB18FA is #04E705. Grayscale: #747474. Windows color (decimal): -321286 or 16390395. OLE color: 16390395.

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

Color convert

RGB25124250-
CMYK00.900.000.02
HSL300.26º96.6%53.92%-
HSV(B)300.26º90.44%98.43%-
XYZ57.3728.0692.84-
YUV117.64202.71223.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.81%
GREEN value IS 24 (9.77% from 255) = 4.57%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=47.81%
G=4.57%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512425000.900.000.02300.2696.653.92
HexFB18FA05A0212c6136
Octal3733037201320245414166
Binary111110111100011111010010110100101001011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB18FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB18FA; }

 p { color: rgb(251,24,250); }

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

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

 a { background-color: rgb(251,24,250); }

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

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

 span { border-color: rgb(251,24,250); }

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