Html Css Color HEX #F952DF Free Speech Magenta
📋 copy color: '#F952DF'red 249 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #F952DF
Tints of Free Speech Magenta #F952DF
RGB
CMYK
RGB Variations
Color information
#F952DF (or 0xF952DF) is known color: Free Speech Magenta. HEX triplet: F9, 52 and DF. RGB value is (249,82,223). Sum of RGB (Red+Green+Blue) = 249+82+223=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F952DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952DF is #06AD20. Grayscale: #939393. Windows color (decimal): -437537 or 14635769. OLE color: 14635769.
HSL color Cylindrical-coordinate representation of color #F952DF: hue angle of 309.34º 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 #F952DF is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 223 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.02 |
| HSL | 309.34º | 0.93% | 0.65% | - |
| HSV(B) | 309.34º | 0.67% | 0.98% | - |
| XYZ | 55.4 | 31.5 | 72.97 | - |
| YUV | 148.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 223 | 0 | 0.67 | 0.10 | 0.02 | 309.34 | 0.93 | 0.65 |
| Hex | F9 | 52 | DF | 0 | 43 | A | 2 | 135 | 5D | 41 |
| Octal | 371 | 122 | 337 | 0 | 103 | 12 | 2 | 465 | 135 | 101 |
| Binary | 11111001 | 1010010 | 11011111 | 0 | 1000011 | 1010 | 10 | 100110101 | 1011101 | 1000001 |
Color Harmonies of #F952DF
Complementary color
Monochromatic Colors of #F952DF
Black with #F952DF
Text Example
Text Example
White with #F952DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952DF; }
p { color: rgb(249,82,223); }
H1.HeaderClassName
{
color: #F952DF;
}
.AnyTagClassName
{
color: #F952DF;
}
</style>
background-color css
<style>
a { background-color: #F952DF; }
a { background-color: rgb(249,82,223); }
div.DivClassName
{
background-color: #F952DF;
}
.BgClassName
{
background-color: #F952DF;
}
</style>
border-color css
<style>
span { border-color: #F952DF; }
span { border-color: rgb(249,82,223); }
td.TdClassName
{
border-color: #F952DF;
}
.TagClassName
{
border-color: #F952DF;
}
</style>