#FB57DB

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

Shades of Free Speech Magenta #FB57DB

Tints of Free Speech Magenta #FB57DB

Color information

#FB57DB (or 0xFB57DB) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 57 and DB. RGB value is (251,87,219). Sum of RGB (Red+Green+Blue) = 251+87+219=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57DB is #04A824. Grayscale: #969696. Windows color (decimal): -305189 or 14374907. OLE color: 14374907.

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

Color convert

RGB25187219-
CMYK00.650.130.02
HSL311.71º95.35%66.27%-
HSV(B)311.71º65.34%98.43%-
XYZ55.9832.4470.33-
YUV151.08166.33199.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 87 (34.38% from 255) = 15.62%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=45.06%
G=15.62%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518721900.650.130.02311.7195.3566.27
HexFB57DB041D21385f42
Octal3731273330101152470137102
Binary111110111010111110110110100000111011010011100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB57DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB57DB; }

 p { color: rgb(251,87,219); }

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

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

 a { background-color: rgb(251,87,219); }

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

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

 span { border-color: rgb(251,87,219); }

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