Html Css Color HEX #FB50DF Free Speech Magenta
📋 copy color: '#FB50DF'red 251 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #FB50DF
Tints of Free Speech Magenta #FB50DF
RGB
CMYK
RGB Variations
Color information
#FB50DF (or 0xFB50DF) is known color: Free Speech Magenta. HEX triplet: FB, 50 and DF. RGB value is (251,80,223). Sum of RGB (Red+Green+Blue) = 251+80+223=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50DF is #04AF20. Grayscale: #939393. Windows color (decimal): -306977 or 14635259. OLE color: 14635259.
HSL color Cylindrical-coordinate representation of color #FB50DF: hue angle of 309.82º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50DF is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 223 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.02 |
| HSL | 309.82º | 0.96% | 0.65% | - |
| HSV(B) | 309.82º | 0.68% | 0.98% | - |
| XYZ | 55.97 | 31.57 | 72.96 | - |
| YUV | 147.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 223 | 0 | 0.68 | 0.11 | 0.02 | 309.82 | 0.96 | 0.65 |
| Hex | FB | 50 | DF | 0 | 44 | B | 2 | 136 | 60 | 41 |
| Octal | 373 | 120 | 337 | 0 | 104 | 13 | 2 | 466 | 140 | 101 |
| Binary | 11111011 | 1010000 | 11011111 | 0 | 1000100 | 1011 | 10 | 100110110 | 1100000 | 1000001 |
Color Harmonies of #FB50DF
Complementary color
Monochromatic Colors of #FB50DF
Black with #FB50DF
Text Example
Text Example
White with #FB50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50DF; }
p { color: rgb(251,80,223); }
H1.HeaderClassName
{
color: #FB50DF;
}
.AnyTagClassName
{
color: #FB50DF;
}
</style>
background-color css
<style>
a { background-color: #FB50DF; }
a { background-color: rgb(251,80,223); }
div.DivClassName
{
background-color: #FB50DF;
}
.BgClassName
{
background-color: #FB50DF;
}
</style>
border-color css
<style>
span { border-color: #FB50DF; }
span { border-color: rgb(251,80,223); }
td.TdClassName
{
border-color: #FB50DF;
}
.TagClassName
{
border-color: #FB50DF;
}
</style>