#FB52DA

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

Shades of Free Speech Magenta #FB52DA

Tints of Free Speech Magenta #FB52DA

Color information

#FB52DA (or 0xFB52DA) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 52 and DA. RGB value is (251,82,218). Sum of RGB (Red+Green+Blue) = 251+82+218=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52DA is #04AD25. Grayscale: #939393. Windows color (decimal): -306470 or 14308091. OLE color: 14308091.

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

Color convert

RGB25182218-
CMYK00.670.130.02
HSL311.72º95.48%65.29%-
HSV(B)311.72º67.33%98.43%-
XYZ55.4631.6169.51-
YUV148.04167.49201.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 82 (32.42% from 255) = 14.88%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=45.55%
G=14.88%
B=39.56%

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
Decimal2518221800.670.130.02311.7295.4865.29
HexFB52DA043D21385f41
Octal3731223320103152470137101
Binary111110111010010110110100100001111011010011100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB52DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB52DA; }

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

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

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

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

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

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

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

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