#FB52D2

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

Shades of Free Speech Magenta #FB52D2

Tints of Free Speech Magenta #FB52D2

Color information

#FB52D2 (or 0xFB52D2) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 52 and D2. RGB value is (251,82,210). Sum of RGB (Red+Green+Blue) = 251+82+210=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52D2 is #04AD2D. Grayscale: #929292. Windows color (decimal): -306478 or 13783803. OLE color: 13783803.

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

Color convert

RGB25182210-
CMYK00.670.160.02
HSL314.56º95.48%65.29%-
HSV(B)314.56º67.33%98.43%-
XYZ54.4331.264.13-
YUV147.12163.49202.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.22%
GREEN value IS 82 (32.42% from 255) = 15.10%
BLUE value IS 210 (82.42% from 255) = 38.67%
R=46.22%
G=15.10%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518221000.670.160.02314.5695.4865.29
HexFB52D204310213b5f41
Octal3731223220103202473137101
Binary1111101110100101101001001000011100001010011101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB52D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB52D2; }

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

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

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

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

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

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

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

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