Html Css Color HEX #FC5BDF Free Speech Magenta
📋 copy color: '#FC5BDF'red 252 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #FC5BDF
Tints of Free Speech Magenta #FC5BDF
RGB
CMYK
RGB Variations
Color information
#FC5BDF (or 0xFC5BDF) is known color: Free Speech Magenta. HEX triplet: FC, 5B and DF. RGB value is (252,91,223). Sum of RGB (Red+Green+Blue) = 252+91+223=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BDF is #03A420. Grayscale: #999999. Windows color (decimal): -238625 or 14638076. OLE color: 14638076.
HSL color Cylindrical-coordinate representation of color #FC5BDF: hue angle of 310.81º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5BDF is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 223 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.01 |
| HSL | 310.81º | 0.96% | 0.67% | - |
| HSV(B) | 310.81º | 0.64% | 0.99% | - |
| XYZ | 57.21 | 33.51 | 73.26 | - |
| YUV | 154.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 223 | 0 | 0.64 | 0.12 | 0.01 | 310.81 | 0.96 | 0.67 |
| Hex | FC | 5B | DF | 0 | 40 | C | 1 | 137 | 60 | 43 |
| Octal | 374 | 133 | 337 | 0 | 100 | 14 | 1 | 467 | 140 | 103 |
| Binary | 11111100 | 1011011 | 11011111 | 0 | 1000000 | 1100 | 1 | 100110111 | 1100000 | 1000011 |
Color Harmonies of #FC5BDF
Complementary color
Monochromatic Colors of #FC5BDF
Black with #FC5BDF
Text Example
Text Example
White with #FC5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BDF; }
p { color: rgb(252,91,223); }
H1.HeaderClassName
{
color: #FC5BDF;
}
.AnyTagClassName
{
color: #FC5BDF;
}
</style>
background-color css
<style>
a { background-color: #FC5BDF; }
a { background-color: rgb(252,91,223); }
div.DivClassName
{
background-color: #FC5BDF;
}
.BgClassName
{
background-color: #FC5BDF;
}
</style>
border-color css
<style>
span { border-color: #FC5BDF; }
span { border-color: rgb(252,91,223); }
td.TdClassName
{
border-color: #FC5BDF;
}
.TagClassName
{
border-color: #FC5BDF;
}
</style>