Html Css Color HEX #FC5EDB Free Speech Magenta
📋 copy color: '#FC5EDB'red 252 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #FC5EDB
Tints of Free Speech Magenta #FC5EDB
RGB
CMYK
RGB Variations
Color information
#FC5EDB (or 0xFC5EDB) is known color: Free Speech Magenta. HEX triplet: FC, 5E and DB. RGB value is (252,94,219). Sum of RGB (Red+Green+Blue) = 252+94+219=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EDB is #03A124. Grayscale: #9B9B9B. Windows color (decimal): -237861 or 14376700. OLE color: 14376700.
HSL color Cylindrical-coordinate representation of color #FC5EDB: hue angle of 312.53º 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 #FC5EDB is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 219 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.01 |
| HSL | 312.53º | 0.96% | 0.68% | - |
| HSV(B) | 312.53º | 0.63% | 0.99% | - |
| XYZ | 56.93 | 33.82 | 70.54 | - |
| YUV | 155.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 219 | 0 | 0.63 | 0.13 | 0.01 | 312.53 | 0.96 | 0.68 |
| Hex | FC | 5E | DB | 0 | 3F | D | 1 | 139 | 60 | 44 |
| Octal | 374 | 136 | 333 | 0 | 77 | 15 | 1 | 471 | 140 | 104 |
| Binary | 11111100 | 1011110 | 11011011 | 0 | 111111 | 1101 | 1 | 100111001 | 1100000 | 1000100 |
Color Harmonies of #FC5EDB
Complementary color
Monochromatic Colors of #FC5EDB
Black with #FC5EDB
Text Example
Text Example
White with #FC5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5EDB; }
p { color: rgb(252,94,219); }
H1.HeaderClassName
{
color: #FC5EDB;
}
.AnyTagClassName
{
color: #FC5EDB;
}
</style>
background-color css
<style>
a { background-color: #FC5EDB; }
a { background-color: rgb(252,94,219); }
div.DivClassName
{
background-color: #FC5EDB;
}
.BgClassName
{
background-color: #FC5EDB;
}
</style>
border-color css
<style>
span { border-color: #FC5EDB; }
span { border-color: rgb(252,94,219); }
td.TdClassName
{
border-color: #FC5EDB;
}
.TagClassName
{
border-color: #FC5EDB;
}
</style>