Html Css Color HEX #FF5BDF Free Speech Magenta
📋 copy color: '#FF5BDF'red 255 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #FF5BDF
Tints of Free Speech Magenta #FF5BDF
RGB
CMYK
RGB Variations
Color information
#FF5BDF (or 0xFF5BDF) is known color: Free Speech Magenta. HEX triplet: FF, 5B and DF. RGB value is (255,91,223). Sum of RGB (Red+Green+Blue) = 255+91+223=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 91 (35.94% from 255 or 15.99% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BDF is #00A420. Grayscale: #9A9A9A. Windows color (decimal): -42017 or 14638079. OLE color: 14638079.
HSL color Cylindrical-coordinate representation of color #FF5BDF: hue angle of 311.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5BDF is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 223 | - |
| CMYK | 0 | 0.64 | 0.13 | 0 |
| HSL | 311.71º | 1% | 0.68% | - |
| HSV(B) | 311.71º | 0.64% | 1% | - |
| XYZ | 58.3 | 34.07 | 73.32 | - |
| YUV | 155.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 223 | 0 | 0.64 | 0.13 | 0 | 311.71 | 1 | 0.68 |
| Hex | FF | 5B | DF | 0 | 40 | D | 0 | 138 | 64 | 44 |
| Octal | 377 | 133 | 337 | 0 | 100 | 15 | 0 | 470 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11011111 | 0 | 1000000 | 1101 | 0 | 100111000 | 1100100 | 1000100 |
Color Harmonies of #FF5BDF
Complementary color
Monochromatic Colors of #FF5BDF
Black with #FF5BDF
Text Example
Text Example
White with #FF5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BDF; }
p { color: rgb(255,91,223); }
H1.HeaderClassName
{
color: #FF5BDF;
}
.AnyTagClassName
{
color: #FF5BDF;
}
</style>
background-color css
<style>
a { background-color: #FF5BDF; }
a { background-color: rgb(255,91,223); }
div.DivClassName
{
background-color: #FF5BDF;
}
.BgClassName
{
background-color: #FF5BDF;
}
</style>
border-color css
<style>
span { border-color: #FF5BDF; }
span { border-color: rgb(255,91,223); }
td.TdClassName
{
border-color: #FF5BDF;
}
.TagClassName
{
border-color: #FF5BDF;
}
</style>