Html Css Color HEX #F962DF Free Speech Magenta
📋 copy color: '#F962DF'red 249 ◦ green 98 ◦ blue 223
Shades of Free Speech Magenta #F962DF
Tints of Free Speech Magenta #F962DF
RGB
CMYK
RGB Variations
Color information
#F962DF (or 0xF962DF) is known color: Free Speech Magenta. HEX triplet: F9, 62 and DF. RGB value is (249,98,223). Sum of RGB (Red+Green+Blue) = 249+98+223=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 98 (38.67% from 255 or 17.19% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F962DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962DF is #069D20. Grayscale: #9D9D9D. Windows color (decimal): -433441 or 14639865. OLE color: 14639865.
HSL color Cylindrical-coordinate representation of color #F962DF: hue angle of 310.33º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F962DF is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 223 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.02 |
| HSL | 310.33º | 0.93% | 0.68% | - |
| HSV(B) | 310.33º | 0.61% | 0.98% | - |
| XYZ | 56.75 | 34.2 | 73.42 | - |
| YUV | 157.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 223 | 0 | 0.61 | 0.10 | 0.02 | 310.33 | 0.93 | 0.68 |
| Hex | F9 | 62 | DF | 0 | 3D | A | 2 | 136 | 5D | 44 |
| Octal | 371 | 142 | 337 | 0 | 75 | 12 | 2 | 466 | 135 | 104 |
| Binary | 11111001 | 1100010 | 11011111 | 0 | 111101 | 1010 | 10 | 100110110 | 1011101 | 1000100 |
Color Harmonies of #F962DF
Complementary color
Monochromatic Colors of #F962DF
Black with #F962DF
Text Example
Text Example
White with #F962DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962DF; }
p { color: rgb(249,98,223); }
H1.HeaderClassName
{
color: #F962DF;
}
.AnyTagClassName
{
color: #F962DF;
}
</style>
background-color css
<style>
a { background-color: #F962DF; }
a { background-color: rgb(249,98,223); }
div.DivClassName
{
background-color: #F962DF;
}
.BgClassName
{
background-color: #F962DF;
}
</style>
border-color css
<style>
span { border-color: #F962DF; }
span { border-color: rgb(249,98,223); }
td.TdClassName
{
border-color: #F962DF;
}
.TagClassName
{
border-color: #F962DF;
}
</style>