Html Css Color HEX #F957DB Free Speech Magenta
📋 copy color: '#F957DB'red 249 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #F957DB
Tints of Free Speech Magenta #F957DB
RGB
CMYK
RGB Variations
Color information
#F957DB (or 0xF957DB) is known color: Free Speech Magenta. HEX triplet: F9, 57 and DB. RGB value is (249,87,219). Sum of RGB (Red+Green+Blue) = 249+87+219=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F957DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957DB is #06A824. Grayscale: #969696. Windows color (decimal): -436261 or 14374905. OLE color: 14374905.
HSL color Cylindrical-coordinate representation of color #F957DB: hue angle of 311.11º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F957DB is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 219 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.02 |
| HSL | 311.11º | 0.93% | 0.66% | - |
| HSV(B) | 311.11º | 0.65% | 0.98% | - |
| XYZ | 55.26 | 32.07 | 70.3 | - |
| YUV | 150.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 219 | 0 | 0.65 | 0.12 | 0.02 | 311.11 | 0.93 | 0.66 |
| Hex | F9 | 57 | DB | 0 | 41 | C | 2 | 137 | 5D | 42 |
| Octal | 371 | 127 | 333 | 0 | 101 | 14 | 2 | 467 | 135 | 102 |
| Binary | 11111001 | 1010111 | 11011011 | 0 | 1000001 | 1100 | 10 | 100110111 | 1011101 | 1000010 |
Color Harmonies of #F957DB
Complementary color
Monochromatic Colors of #F957DB
Black with #F957DB
Text Example
Text Example
White with #F957DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957DB; }
p { color: rgb(249,87,219); }
H1.HeaderClassName
{
color: #F957DB;
}
.AnyTagClassName
{
color: #F957DB;
}
</style>
background-color css
<style>
a { background-color: #F957DB; }
a { background-color: rgb(249,87,219); }
div.DivClassName
{
background-color: #F957DB;
}
.BgClassName
{
background-color: #F957DB;
}
</style>
border-color css
<style>
span { border-color: #F957DB; }
span { border-color: rgb(249,87,219); }
td.TdClassName
{
border-color: #F957DB;
}
.TagClassName
{
border-color: #F957DB;
}
</style>