Html Css Color HEX #FB5FDD Free Speech Magenta
📋 copy color: '#FB5FDD'red 251 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #FB5FDD
Tints of Free Speech Magenta #FB5FDD
RGB
CMYK
RGB Variations
Color information
#FB5FDD (or 0xFB5FDD) is known color: Free Speech Magenta. HEX triplet: FB, 5F and DD. RGB value is (251,95,221). Sum of RGB (Red+Green+Blue) = 251+95+221=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5FDD is #04A022. Grayscale: #9B9B9B. Windows color (decimal): -303139 or 14508027. OLE color: 14508027.
HSL color Cylindrical-coordinate representation of color #FB5FDD: hue angle of 311.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FDD is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 221 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.02 |
| HSL | 311.54º | 0.95% | 0.68% | - |
| HSV(B) | 311.54º | 0.62% | 0.98% | - |
| XYZ | 56.93 | 33.91 | 71.95 | - |
| YUV | 156.01 | 164.68 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 221 | 0 | 0.62 | 0.12 | 0.02 | 311.54 | 0.95 | 0.68 |
| Hex | FB | 5F | DD | 0 | 3E | C | 2 | 138 | 5F | 44 |
| Octal | 373 | 137 | 335 | 0 | 76 | 14 | 2 | 470 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11011101 | 0 | 111110 | 1100 | 10 | 100111000 | 1011111 | 1000100 |
Color Harmonies of #FB5FDD
Complementary color
Monochromatic Colors of #FB5FDD
Black with #FB5FDD
Text Example
Text Example
White with #FB5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FDD; }
p { color: rgb(251,95,221); }
H1.HeaderClassName
{
color: #FB5FDD;
}
.AnyTagClassName
{
color: #FB5FDD;
}
</style>
background-color css
<style>
a { background-color: #FB5FDD; }
a { background-color: rgb(251,95,221); }
div.DivClassName
{
background-color: #FB5FDD;
}
.BgClassName
{
background-color: #FB5FDD;
}
</style>
border-color css
<style>
span { border-color: #FB5FDD; }
span { border-color: rgb(251,95,221); }
td.TdClassName
{
border-color: #FB5FDD;
}
.TagClassName
{
border-color: #FB5FDD;
}
</style>