Html Css Color HEX #FB5BDC Free Speech Magenta
📋 copy color: '#FB5BDC'red 251 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #FB5BDC
Tints of Free Speech Magenta #FB5BDC
RGB
CMYK
RGB Variations
Color information
#FB5BDC (or 0xFB5BDC) is known color: Free Speech Magenta. HEX triplet: FB, 5B and DC. RGB value is (251,91,220). Sum of RGB (Red+Green+Blue) = 251+91+220=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5BDC is #04A423. Grayscale: #999999. Windows color (decimal): -304164 or 14441467. OLE color: 14441467.
HSL color Cylindrical-coordinate representation of color #FB5BDC: hue angle of 311.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BDC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 220 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.02 |
| HSL | 311.63º | 0.95% | 0.67% | - |
| HSV(B) | 311.63º | 0.64% | 0.98% | - |
| XYZ | 56.44 | 33.16 | 71.14 | - |
| YUV | 153.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 220 | 0 | 0.64 | 0.12 | 0.02 | 311.63 | 0.95 | 0.67 |
| Hex | FB | 5B | DC | 0 | 40 | C | 2 | 138 | 5F | 43 |
| Octal | 373 | 133 | 334 | 0 | 100 | 14 | 2 | 470 | 137 | 103 |
| Binary | 11111011 | 1011011 | 11011100 | 0 | 1000000 | 1100 | 10 | 100111000 | 1011111 | 1000011 |
Color Harmonies of #FB5BDC
Complementary color
Monochromatic Colors of #FB5BDC
Black with #FB5BDC
Text Example
Text Example
White with #FB5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BDC; }
p { color: rgb(251,91,220); }
H1.HeaderClassName
{
color: #FB5BDC;
}
.AnyTagClassName
{
color: #FB5BDC;
}
</style>
background-color css
<style>
a { background-color: #FB5BDC; }
a { background-color: rgb(251,91,220); }
div.DivClassName
{
background-color: #FB5BDC;
}
.BgClassName
{
background-color: #FB5BDC;
}
</style>
border-color css
<style>
span { border-color: #FB5BDC; }
span { border-color: rgb(251,91,220); }
td.TdClassName
{
border-color: #FB5BDC;
}
.TagClassName
{
border-color: #FB5BDC;
}
</style>