Html Css Color HEX #F446DF Free Speech Magenta
📋 copy color: '#F446DF'red 244 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #F446DF
Tints of Free Speech Magenta #F446DF
RGB
CMYK
RGB Variations
Color information
#F446DF (or 0xF446DF) is known color: Free Speech Magenta. HEX triplet: F4, 46 and DF. RGB value is (244,70,223). Sum of RGB (Red+Green+Blue) = 244+70+223=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 70 (27.73% from 255 or 13.04% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F446DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F446DF is #0BB920. Grayscale: #8B8B8B. Windows color (decimal): -768289 or 14632692. OLE color: 14632692.
HSL color Cylindrical-coordinate representation of color #F446DF: hue angle of 307.24º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F446DF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 223 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.04 |
| HSL | 307.24º | 0.89% | 0.62% | - |
| HSV(B) | 307.24º | 0.71% | 0.96% | - |
| XYZ | 52.82 | 28.94 | 72.61 | - |
| YUV | 139.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 223 | 0 | 0.71 | 0.09 | 0.04 | 307.24 | 0.89 | 0.62 |
| Hex | F4 | 46 | DF | 0 | 47 | 9 | 4 | 133 | 59 | 3E |
| Octal | 364 | 106 | 337 | 0 | 107 | 11 | 4 | 463 | 131 | 76 |
| Binary | 11110100 | 1000110 | 11011111 | 0 | 1000111 | 1001 | 100 | 100110011 | 1011001 | 111110 |
Color Harmonies of #F446DF
Complementary color
Monochromatic Colors of #F446DF
Black with #F446DF
Text Example
Text Example
White with #F446DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F446DF; }
p { color: rgb(244,70,223); }
H1.HeaderClassName
{
color: #F446DF;
}
.AnyTagClassName
{
color: #F446DF;
}
</style>
background-color css
<style>
a { background-color: #F446DF; }
a { background-color: rgb(244,70,223); }
div.DivClassName
{
background-color: #F446DF;
}
.BgClassName
{
background-color: #F446DF;
}
</style>
border-color css
<style>
span { border-color: #F446DF; }
span { border-color: rgb(244,70,223); }
td.TdClassName
{
border-color: #F446DF;
}
.TagClassName
{
border-color: #F446DF;
}
</style>