Html Css Color HEX #F952CE Free Speech Magenta
📋 copy color: '#F952CE'red 249 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #F952CE
Tints of Free Speech Magenta #F952CE
RGB
CMYK
RGB Variations
Color information
#F952CE (or 0xF952CE) is known color: Free Speech Magenta. HEX triplet: F9, 52 and CE. RGB value is (249,82,206). Sum of RGB (Red+Green+Blue) = 249+82+206=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 82 (32.42% from 255 or 15.27% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F952CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952CE is #06AD31. Grayscale: #919191. Windows color (decimal): -437554 or 13521657. OLE color: 13521657.
HSL color Cylindrical-coordinate representation of color #F952CE: hue angle of 315.45º 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 #F952CE is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 206 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.02 |
| HSL | 315.45º | 0.93% | 0.65% | - |
| HSV(B) | 315.45º | 0.67% | 0.98% | - |
| XYZ | 53.22 | 30.63 | 61.5 | - |
| YUV | 146.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 206 | 0 | 0.67 | 0.17 | 0.02 | 315.45 | 0.93 | 0.65 |
| Hex | F9 | 52 | CE | 0 | 43 | 11 | 2 | 13B | 5D | 41 |
| Octal | 371 | 122 | 316 | 0 | 103 | 21 | 2 | 473 | 135 | 101 |
| Binary | 11111001 | 1010010 | 11001110 | 0 | 1000011 | 10001 | 10 | 100111011 | 1011101 | 1000001 |
Color Harmonies of #F952CE
Complementary color
Monochromatic Colors of #F952CE
Black with #F952CE
Text Example
Text Example
White with #F952CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952CE; }
p { color: rgb(249,82,206); }
H1.HeaderClassName
{
color: #F952CE;
}
.AnyTagClassName
{
color: #F952CE;
}
</style>
background-color css
<style>
a { background-color: #F952CE; }
a { background-color: rgb(249,82,206); }
div.DivClassName
{
background-color: #F952CE;
}
.BgClassName
{
background-color: #F952CE;
}
</style>
border-color css
<style>
span { border-color: #F952CE; }
span { border-color: rgb(249,82,206); }
td.TdClassName
{
border-color: #F952CE;
}
.TagClassName
{
border-color: #F952CE;
}
</style>