#FB51D7

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

Shades of Free Speech Magenta #FB51D7

Tints of Free Speech Magenta #FB51D7

Color information

#FB51D7 (or 0xFB51D7) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 51 and D7. RGB value is (251,81,215). Sum of RGB (Red+Green+Blue) = 251+81+215=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 81 (32.03% from 255 or 14.81% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB51D7 is #04AE28. Grayscale: #929292. Windows color (decimal): -306729 or 14111227. OLE color: 14111227.

HSL color Cylindrical-coordinate representation of color #FB51D7: hue angle of 312.71º 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 #FB51D7 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB25181215-
CMYK00.680.140.02
HSL312.71º95.51%65.1%-
HSV(B)312.71º67.73%98.43%-
XYZ54.9931.367.43-
YUV147.11166.32202.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.89%
GREEN value IS 81 (32.03% from 255) = 14.81%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=45.89%
G=14.81%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518121500.680.140.02312.7195.5165.1
HexFB51D7044E21396041
Octal3731213270104162471140101
Binary111110111010001110101110100010011101010011100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB51D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB51D7; }

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

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

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

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

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

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

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

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