Html Css Color HEX #FB4CDD Free Speech Magenta
📋 copy color: '#FB4CDD'red 251 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #FB4CDD
Tints of Free Speech Magenta #FB4CDD
RGB
CMYK
RGB Variations
Color information
#FB4CDD (or 0xFB4CDD) is known color: Free Speech Magenta. HEX triplet: FB, 4C and DD. RGB value is (251,76,221). Sum of RGB (Red+Green+Blue) = 251+76+221=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 76 (30.08% from 255 or 13.87% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CDD is #04B322. Grayscale: #909090. Windows color (decimal): -308003 or 14503163. OLE color: 14503163.
HSL color Cylindrical-coordinate representation of color #FB4CDD: hue angle of 310.29º 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 #FB4CDD is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 221 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.02 |
| HSL | 310.29º | 0.96% | 0.64% | - |
| HSV(B) | 310.29º | 0.7% | 0.98% | - |
| XYZ | 55.42 | 30.9 | 71.45 | - |
| YUV | 144.86 | 170.98 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 221 | 0 | 0.70 | 0.12 | 0.02 | 310.29 | 0.96 | 0.64 |
| Hex | FB | 4C | DD | 0 | 46 | C | 2 | 136 | 60 | 40 |
| Octal | 373 | 114 | 335 | 0 | 106 | 14 | 2 | 466 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11011101 | 0 | 1000110 | 1100 | 10 | 100110110 | 1100000 | 1000000 |
Color Harmonies of #FB4CDD
Complementary color
Monochromatic Colors of #FB4CDD
Black with #FB4CDD
Text Example
Text Example
White with #FB4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CDD; }
p { color: rgb(251,76,221); }
H1.HeaderClassName
{
color: #FB4CDD;
}
.AnyTagClassName
{
color: #FB4CDD;
}
</style>
background-color css
<style>
a { background-color: #FB4CDD; }
a { background-color: rgb(251,76,221); }
div.DivClassName
{
background-color: #FB4CDD;
}
.BgClassName
{
background-color: #FB4CDD;
}
</style>
border-color css
<style>
span { border-color: #FB4CDD; }
span { border-color: rgb(251,76,221); }
td.TdClassName
{
border-color: #FB4CDD;
}
.TagClassName
{
border-color: #FB4CDD;
}
</style>