#FB52DB

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

Shades of Free Speech Magenta #FB52DB

Tints of Free Speech Magenta #FB52DB

Color information

#FB52DB (or 0xFB52DB) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 52 and DB. RGB value is (251,82,219). Sum of RGB (Red+Green+Blue) = 251+82+219=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52DB is #04AD24. Grayscale: #939393. Windows color (decimal): -306469 or 14373627. OLE color: 14373627.

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

Color convert

RGB25182219-
CMYK00.670.130.02
HSL311.36º95.48%65.29%-
HSV(B)311.36º67.33%98.43%-
XYZ55.5931.6670.2-
YUV148.15167.99201.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 82 (32.42% from 255) = 14.86%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=45.47%
G=14.86%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518221900.670.130.02311.3695.4865.29
HexFB52DB043D21375f41
Octal3731223330103152467137101
Binary111110111010010110110110100001111011010011011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB52DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB52DB; }

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

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

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

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

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

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

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

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