Html Css Color HEX #FB4BDD Free Speech Magenta
📋 copy color: '#FB4BDD'red 251 ◦ green 75 ◦ blue 221
Shades of Free Speech Magenta #FB4BDD
Tints of Free Speech Magenta #FB4BDD
RGB
CMYK
RGB Variations
Color information
#FB4BDD (or 0xFB4BDD) is known color: Free Speech Magenta. HEX triplet: FB, 4B and DD. RGB value is (251,75,221). Sum of RGB (Red+Green+Blue) = 251+75+221=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 75 (29.69% from 255 or 13.71% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4BDD is #04B422. Grayscale: #8F8F8F. Windows color (decimal): -308259 or 14502907. OLE color: 14502907.
HSL color Cylindrical-coordinate representation of color #FB4BDD: hue angle of 310.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4BDD is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 221 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.02 |
| HSL | 310.23º | 0.96% | 0.64% | - |
| HSV(B) | 310.23º | 0.7% | 0.98% | - |
| XYZ | 55.35 | 30.76 | 71.43 | - |
| YUV | 144.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 221 | 0 | 0.70 | 0.12 | 0.02 | 310.23 | 0.96 | 0.64 |
| Hex | FB | 4B | DD | 0 | 46 | C | 2 | 136 | 60 | 40 |
| Octal | 373 | 113 | 335 | 0 | 106 | 14 | 2 | 466 | 140 | 100 |
| Binary | 11111011 | 1001011 | 11011101 | 0 | 1000110 | 1100 | 10 | 100110110 | 1100000 | 1000000 |
Color Harmonies of #FB4BDD
Complementary color
Monochromatic Colors of #FB4BDD
Black with #FB4BDD
Text Example
Text Example
White with #FB4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4BDD; }
p { color: rgb(251,75,221); }
H1.HeaderClassName
{
color: #FB4BDD;
}
.AnyTagClassName
{
color: #FB4BDD;
}
</style>
background-color css
<style>
a { background-color: #FB4BDD; }
a { background-color: rgb(251,75,221); }
div.DivClassName
{
background-color: #FB4BDD;
}
.BgClassName
{
background-color: #FB4BDD;
}
</style>
border-color css
<style>
span { border-color: #FB4BDD; }
span { border-color: rgb(251,75,221); }
td.TdClassName
{
border-color: #FB4BDD;
}
.TagClassName
{
border-color: #FB4BDD;
}
</style>