Html Css Color HEX #F051C2 Free Speech Magenta
📋 copy color: '#F051C2'red 240 ◦ green 81 ◦ blue 194
Shades of Free Speech Magenta #F051C2
Tints of Free Speech Magenta #F051C2
RGB
CMYK
RGB Variations
Color information
#F051C2 (or 0xF051C2) is known color: Free Speech Magenta. HEX triplet: F0, 51 and C2. RGB value is (240,81,194). Sum of RGB (Red+Green+Blue) = 240+81+194=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F051C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051C2 is #0FAE3D. Grayscale: #8D8D8D. Windows color (decimal): -1027646 or 12734960. OLE color: 12734960.
HSL color Cylindrical-coordinate representation of color #F051C2: hue angle of 317.36º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051C2 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 194 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.06 |
| HSL | 317.36º | 0.84% | 0.63% | - |
| HSV(B) | 317.36º | 0.66% | 0.94% | - |
| XYZ | 48.62 | 28.31 | 53.94 | - |
| YUV | 141.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 194 | 0 | 0.66 | 0.19 | 0.06 | 317.36 | 0.84 | 0.63 |
| Hex | F0 | 51 | C2 | 0 | 42 | 13 | 6 | 13D | 54 | 3F |
| Octal | 360 | 121 | 302 | 0 | 102 | 23 | 6 | 475 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11000010 | 0 | 1000010 | 10011 | 110 | 100111101 | 1010100 | 111111 |
Color Harmonies of #F051C2
Complementary color
Monochromatic Colors of #F051C2
Black with #F051C2
Text Example
Text Example
White with #F051C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051C2; }
p { color: rgb(240,81,194); }
H1.HeaderClassName
{
color: #F051C2;
}
.AnyTagClassName
{
color: #F051C2;
}
</style>
background-color css
<style>
a { background-color: #F051C2; }
a { background-color: rgb(240,81,194); }
div.DivClassName
{
background-color: #F051C2;
}
.BgClassName
{
background-color: #F051C2;
}
</style>
border-color css
<style>
span { border-color: #F051C2; }
span { border-color: rgb(240,81,194); }
td.TdClassName
{
border-color: #F051C2;
}
.TagClassName
{
border-color: #F051C2;
}
</style>