Html Css Color HEX #FB53DF Free Speech Magenta
📋 copy color: '#FB53DF'red 251 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #FB53DF
Tints of Free Speech Magenta #FB53DF
RGB
CMYK
RGB Variations
Color information
#FB53DF (or 0xFB53DF) is known color: Free Speech Magenta. HEX triplet: FB, 53 and DF. RGB value is (251,83,223). Sum of RGB (Red+Green+Blue) = 251+83+223=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53DF is #04AC20. Grayscale: #949494. Windows color (decimal): -306209 or 14636027. OLE color: 14636027.
HSL color Cylindrical-coordinate representation of color #FB53DF: hue angle of 310º 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 #FB53DF is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 223 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.02 |
| HSL | 310º | 0.95% | 0.65% | - |
| HSV(B) | 310º | 0.67% | 0.98% | - |
| XYZ | 56.2 | 32.02 | 73.03 | - |
| YUV | 149.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 223 | 0 | 0.67 | 0.11 | 0.02 | 310 | 0.95 | 0.65 |
| Hex | FB | 53 | DF | 0 | 43 | B | 2 | 136 | 5F | 41 |
| Octal | 373 | 123 | 337 | 0 | 103 | 13 | 2 | 466 | 137 | 101 |
| Binary | 11111011 | 1010011 | 11011111 | 0 | 1000011 | 1011 | 10 | 100110110 | 1011111 | 1000001 |
Color Harmonies of #FB53DF
Complementary color
Monochromatic Colors of #FB53DF
Black with #FB53DF
Text Example
Text Example
White with #FB53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB53DF; }
p { color: rgb(251,83,223); }
H1.HeaderClassName
{
color: #FB53DF;
}
.AnyTagClassName
{
color: #FB53DF;
}
</style>
background-color css
<style>
a { background-color: #FB53DF; }
a { background-color: rgb(251,83,223); }
div.DivClassName
{
background-color: #FB53DF;
}
.BgClassName
{
background-color: #FB53DF;
}
</style>
border-color css
<style>
span { border-color: #FB53DF; }
span { border-color: rgb(251,83,223); }
td.TdClassName
{
border-color: #FB53DF;
}
.TagClassName
{
border-color: #FB53DF;
}
</style>