#FB5DD9

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

Shades of Free Speech Magenta #FB5DD9

Tints of Free Speech Magenta #FB5DD9

Color information

#FB5DD9 (or 0xFB5DD9) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 5D and D9. RGB value is (251,93,217). Sum of RGB (Red+Green+Blue) = 251+93+217=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DD9 is #04A226. Grayscale: #9A9A9A. Windows color (decimal): -303655 or 14245371. OLE color: 14245371.

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

Color convert

RGB25193217-
CMYK00.630.140.02
HSL312.91º95.18%67.45%-
HSV(B)312.91º62.95%98.43%-
XYZ56.2233.3569.12-
YUV154.38163.35196.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 93 (36.72% from 255) = 16.58%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=44.74%
G=16.58%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519321700.630.140.02312.9195.1867.45
HexFB5DD903FE21395f43
Octal373135331077162471137103
Binary11111011101110111011001011111111101010011100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5DD9; }

 p { color: rgb(251,93,217); }

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

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

 a { background-color: rgb(251,93,217); }

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

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

 span { border-color: rgb(251,93,217); }

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