Html Css Color HEX #F951DF Free Speech Magenta
📋 copy color: '#F951DF'red 249 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #F951DF
Tints of Free Speech Magenta #F951DF
RGB
CMYK
RGB Variations
Color information
#F951DF (or 0xF951DF) is known color: Free Speech Magenta. HEX triplet: F9, 51 and DF. RGB value is (249,81,223). Sum of RGB (Red+Green+Blue) = 249+81+223=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F951DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951DF is #06AE20. Grayscale: #939393. Windows color (decimal): -437793 or 14635513. OLE color: 14635513.
HSL color Cylindrical-coordinate representation of color #F951DF: hue angle of 309.29º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951DF is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 223 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.02 |
| HSL | 309.29º | 0.93% | 0.65% | - |
| HSV(B) | 309.29º | 0.67% | 0.98% | - |
| XYZ | 55.33 | 31.35 | 72.95 | - |
| YUV | 147.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 223 | 0 | 0.67 | 0.10 | 0.02 | 309.29 | 0.93 | 0.65 |
| Hex | F9 | 51 | DF | 0 | 43 | A | 2 | 135 | 5D | 41 |
| Octal | 371 | 121 | 337 | 0 | 103 | 12 | 2 | 465 | 135 | 101 |
| Binary | 11111001 | 1010001 | 11011111 | 0 | 1000011 | 1010 | 10 | 100110101 | 1011101 | 1000001 |
Color Harmonies of #F951DF
Complementary color
Monochromatic Colors of #F951DF
Black with #F951DF
Text Example
Text Example
White with #F951DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951DF; }
p { color: rgb(249,81,223); }
H1.HeaderClassName
{
color: #F951DF;
}
.AnyTagClassName
{
color: #F951DF;
}
</style>
background-color css
<style>
a { background-color: #F951DF; }
a { background-color: rgb(249,81,223); }
div.DivClassName
{
background-color: #F951DF;
}
.BgClassName
{
background-color: #F951DF;
}
</style>
border-color css
<style>
span { border-color: #F951DF; }
span { border-color: rgb(249,81,223); }
td.TdClassName
{
border-color: #F951DF;
}
.TagClassName
{
border-color: #F951DF;
}
</style>