Html Css Color HEX #F951CE Free Speech Magenta
📋 copy color: '#F951CE'red 249 ◦ green 81 ◦ blue 206
Shades of Free Speech Magenta #F951CE
Tints of Free Speech Magenta #F951CE
RGB
CMYK
RGB Variations
Color information
#F951CE (or 0xF951CE) is known color: Free Speech Magenta. HEX triplet: F9, 51 and CE. RGB value is (249,81,206). Sum of RGB (Red+Green+Blue) = 249+81+206=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F951CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951CE is #06AE31. Grayscale: #919191. Windows color (decimal): -437810 or 13521401. OLE color: 13521401.
HSL color Cylindrical-coordinate representation of color #F951CE: hue angle of 315.36º 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 #F951CE is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 206 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.02 |
| HSL | 315.36º | 0.93% | 0.65% | - |
| HSV(B) | 315.36º | 0.67% | 0.98% | - |
| XYZ | 53.15 | 30.48 | 61.47 | - |
| YUV | 145.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 206 | 0 | 0.67 | 0.17 | 0.02 | 315.36 | 0.93 | 0.65 |
| Hex | F9 | 51 | CE | 0 | 43 | 11 | 2 | 13B | 5D | 41 |
| Octal | 371 | 121 | 316 | 0 | 103 | 21 | 2 | 473 | 135 | 101 |
| Binary | 11111001 | 1010001 | 11001110 | 0 | 1000011 | 10001 | 10 | 100111011 | 1011101 | 1000001 |
Color Harmonies of #F951CE
Complementary color
Monochromatic Colors of #F951CE
Black with #F951CE
Text Example
Text Example
White with #F951CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951CE; }
p { color: rgb(249,81,206); }
H1.HeaderClassName
{
color: #F951CE;
}
.AnyTagClassName
{
color: #F951CE;
}
</style>
background-color css
<style>
a { background-color: #F951CE; }
a { background-color: rgb(249,81,206); }
div.DivClassName
{
background-color: #F951CE;
}
.BgClassName
{
background-color: #F951CE;
}
</style>
border-color css
<style>
span { border-color: #F951CE; }
span { border-color: rgb(249,81,206); }
td.TdClassName
{
border-color: #F951CE;
}
.TagClassName
{
border-color: #F951CE;
}
</style>