Html Css Color HEX #FE5CDB Free Speech Magenta
📋 copy color: '#FE5CDB'red 254 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #FE5CDB
Tints of Free Speech Magenta #FE5CDB
RGB
CMYK
RGB Variations
Color information
#FE5CDB (or 0xFE5CDB) is known color: Free Speech Magenta. HEX triplet: FE, 5C and DB. RGB value is (254,92,219). Sum of RGB (Red+Green+Blue) = 254+92+219=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CDB is #01A324. Grayscale: #9A9A9A. Windows color (decimal): -107301 or 14376190. OLE color: 14376190.
HSL color Cylindrical-coordinate representation of color #FE5CDB: hue angle of 312.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CDB is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 219 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.00 |
| HSL | 312.96º | 0.99% | 0.68% | - |
| HSV(B) | 312.96º | 0.64% | 1% | - |
| XYZ | 57.49 | 33.84 | 70.52 | - |
| YUV | 154.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 219 | 0 | 0.64 | 0.14 | 0.00 | 312.96 | 0.99 | 0.68 |
| Hex | FE | 5C | DB | 0 | 40 | E | 0 | 139 | 63 | 44 |
| Octal | 376 | 134 | 333 | 0 | 100 | 16 | 0 | 471 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11011011 | 0 | 1000000 | 1110 | 0 | 100111001 | 1100011 | 1000100 |
Color Harmonies of #FE5CDB
Complementary color
Monochromatic Colors of #FE5CDB
Black with #FE5CDB
Text Example
Text Example
White with #FE5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CDB; }
p { color: rgb(254,92,219); }
H1.HeaderClassName
{
color: #FE5CDB;
}
.AnyTagClassName
{
color: #FE5CDB;
}
</style>
background-color css
<style>
a { background-color: #FE5CDB; }
a { background-color: rgb(254,92,219); }
div.DivClassName
{
background-color: #FE5CDB;
}
.BgClassName
{
background-color: #FE5CDB;
}
</style>
border-color css
<style>
span { border-color: #FE5CDB; }
span { border-color: rgb(254,92,219); }
td.TdClassName
{
border-color: #FE5CDB;
}
.TagClassName
{
border-color: #FE5CDB;
}
</style>