#FB51E4

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

Shades of Free Speech Magenta #FB51E4

Tints of Free Speech Magenta #FB51E4

Color information

#FB51E4 (or 0xFB51E4) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 51 and E4. RGB value is (251,81,228). Sum of RGB (Red+Green+Blue) = 251+81+228=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 81 (32.03% from 255 or 14.46% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB51E4 is #04AE1B. Grayscale: #949494. Windows color (decimal): -306716 or 14963195. OLE color: 14963195.

HSL color Cylindrical-coordinate representation of color #FB51E4: hue angle of 308.12º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB51E4 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB25181228-
CMYK00.680.090.02
HSL308.12º95.51%65.1%-
HSV(B)308.12º67.73%98.43%-
XYZ56.733276.58-
YUV148.59172.82201.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 81 (32.03% from 255) = 14.46%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=44.82%
G=14.46%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518122800.680.090.02308.1295.5165.1
HexFB51E4044921346041
Octal3731213440104112464140101
Binary111110111010001111001000100010010011010011010011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB51E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB51E4; }

 p { color: rgb(251,81,228); }

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

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

 a { background-color: rgb(251,81,228); }

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

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

 span { border-color: rgb(251,81,228); }

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