Html Css Color HEX #FC5DDB Free Speech Magenta
📋 copy color: '#FC5DDB'red 252 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #FC5DDB
Tints of Free Speech Magenta #FC5DDB
RGB
CMYK
RGB Variations
Color information
#FC5DDB (or 0xFC5DDB) is known color: Free Speech Magenta. HEX triplet: FC, 5D and DB. RGB value is (252,93,219). Sum of RGB (Red+Green+Blue) = 252+93+219=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DDB is #03A224. Grayscale: #9A9A9A. Windows color (decimal): -238117 or 14376444. OLE color: 14376444.
HSL color Cylindrical-coordinate representation of color #FC5DDB: hue angle of 312.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5DDB is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 219 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.01 |
| HSL | 312.45º | 0.96% | 0.68% | - |
| HSV(B) | 312.45º | 0.63% | 0.99% | - |
| XYZ | 56.85 | 33.64 | 70.51 | - |
| YUV | 154.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 219 | 0 | 0.63 | 0.13 | 0.01 | 312.45 | 0.96 | 0.68 |
| Hex | FC | 5D | DB | 0 | 3F | D | 1 | 138 | 60 | 44 |
| Octal | 374 | 135 | 333 | 0 | 77 | 15 | 1 | 470 | 140 | 104 |
| Binary | 11111100 | 1011101 | 11011011 | 0 | 111111 | 1101 | 1 | 100111000 | 1100000 | 1000100 |
Color Harmonies of #FC5DDB
Complementary color
Monochromatic Colors of #FC5DDB
Black with #FC5DDB
Text Example
Text Example
White with #FC5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5DDB; }
p { color: rgb(252,93,219); }
H1.HeaderClassName
{
color: #FC5DDB;
}
.AnyTagClassName
{
color: #FC5DDB;
}
</style>
background-color css
<style>
a { background-color: #FC5DDB; }
a { background-color: rgb(252,93,219); }
div.DivClassName
{
background-color: #FC5DDB;
}
.BgClassName
{
background-color: #FC5DDB;
}
</style>
border-color css
<style>
span { border-color: #FC5DDB; }
span { border-color: rgb(252,93,219); }
td.TdClassName
{
border-color: #FC5DDB;
}
.TagClassName
{
border-color: #FC5DDB;
}
</style>