Html Css Color HEX #F946E8 Free Speech Magenta
📋 copy color: '#F946E8'red 249 ◦ green 70 ◦ blue 232
Shades of Free Speech Magenta #F946E8
Tints of Free Speech Magenta #F946E8
RGB
CMYK
RGB Variations
Color information
#F946E8 (or 0xF946E8) is known color: Free Speech Magenta. HEX triplet: F9, 46 and E8. RGB value is (249,70,232). Sum of RGB (Red+Green+Blue) = 249+70+232=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 70 (27.73% from 255 or 12.70% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F946E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F946E8 is #06B917. Grayscale: #8D8D8D. Windows color (decimal): -440600 or 15222521. OLE color: 15222521.
HSL color Cylindrical-coordinate representation of color #F946E8: hue angle of 305.7º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F946E8 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 232 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.02 |
| HSL | 305.7º | 0.94% | 0.63% | - |
| HSV(B) | 305.7º | 0.72% | 0.98% | - |
| XYZ | 55.82 | 30.35 | 79.26 | - |
| YUV | 141.99 | 178.8 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 232 | 0 | 0.72 | 0.07 | 0.02 | 305.7 | 0.94 | 0.63 |
| Hex | F9 | 46 | E8 | 0 | 48 | 7 | 2 | 132 | 5E | 3F |
| Octal | 371 | 106 | 350 | 0 | 110 | 7 | 2 | 462 | 136 | 77 |
| Binary | 11111001 | 1000110 | 11101000 | 0 | 1001000 | 111 | 10 | 100110010 | 1011110 | 111111 |
Color Harmonies of #F946E8
Complementary color
Monochromatic Colors of #F946E8
Black with #F946E8
Text Example
Text Example
White with #F946E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F946E8; }
p { color: rgb(249,70,232); }
H1.HeaderClassName
{
color: #F946E8;
}
.AnyTagClassName
{
color: #F946E8;
}
</style>
background-color css
<style>
a { background-color: #F946E8; }
a { background-color: rgb(249,70,232); }
div.DivClassName
{
background-color: #F946E8;
}
.BgClassName
{
background-color: #F946E8;
}
</style>
border-color css
<style>
span { border-color: #F946E8; }
span { border-color: rgb(249,70,232); }
td.TdClassName
{
border-color: #F946E8;
}
.TagClassName
{
border-color: #F946E8;
}
</style>