Html Css Color HEX #FB55DF Free Speech Magenta
📋 copy color: '#FB55DF'red 251 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #FB55DF
Tints of Free Speech Magenta #FB55DF
RGB
CMYK
RGB Variations
Color information
#FB55DF (or 0xFB55DF) is known color: Free Speech Magenta. HEX triplet: FB, 55 and DF. RGB value is (251,85,223). Sum of RGB (Red+Green+Blue) = 251+85+223=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55DF is #04AA20. Grayscale: #959595. Windows color (decimal): -305697 or 14636539. OLE color: 14636539.
HSL color Cylindrical-coordinate representation of color #FB55DF: hue angle of 310.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55DF is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 223 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.02 |
| HSL | 310.12º | 0.95% | 0.66% | - |
| HSV(B) | 310.12º | 0.66% | 0.98% | - |
| XYZ | 56.35 | 32.33 | 73.08 | - |
| YUV | 150.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 223 | 0 | 0.66 | 0.11 | 0.02 | 310.12 | 0.95 | 0.66 |
| Hex | FB | 55 | DF | 0 | 42 | B | 2 | 136 | 5F | 42 |
| Octal | 373 | 125 | 337 | 0 | 102 | 13 | 2 | 466 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11011111 | 0 | 1000010 | 1011 | 10 | 100110110 | 1011111 | 1000010 |
Color Harmonies of #FB55DF
Complementary color
Monochromatic Colors of #FB55DF
Black with #FB55DF
Text Example
Text Example
White with #FB55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55DF; }
p { color: rgb(251,85,223); }
H1.HeaderClassName
{
color: #FB55DF;
}
.AnyTagClassName
{
color: #FB55DF;
}
</style>
background-color css
<style>
a { background-color: #FB55DF; }
a { background-color: rgb(251,85,223); }
div.DivClassName
{
background-color: #FB55DF;
}
.BgClassName
{
background-color: #FB55DF;
}
</style>
border-color css
<style>
span { border-color: #FB55DF; }
span { border-color: rgb(251,85,223); }
td.TdClassName
{
border-color: #FB55DF;
}
.TagClassName
{
border-color: #FB55DF;
}
</style>