Html Css Color HEX #F450DF Free Speech Magenta
📋 copy color: '#F450DF'red 244 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #F450DF
Tints of Free Speech Magenta #F450DF
RGB
CMYK
RGB Variations
Color information
#F450DF (or 0xF450DF) is known color: Free Speech Magenta. HEX triplet: F4, 50 and DF. RGB value is (244,80,223). Sum of RGB (Red+Green+Blue) = 244+80+223=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F450DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F450DF is #0BAF20. Grayscale: #909090. Windows color (decimal): -765729 or 14635252. OLE color: 14635252.
HSL color Cylindrical-coordinate representation of color #F450DF: hue angle of 307.68º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F450DF is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 223 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.04 |
| HSL | 307.68º | 0.88% | 0.64% | - |
| HSV(B) | 307.68º | 0.67% | 0.96% | - |
| XYZ | 53.5 | 30.3 | 72.84 | - |
| YUV | 145.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 223 | 0 | 0.67 | 0.09 | 0.04 | 307.68 | 0.88 | 0.64 |
| Hex | F4 | 50 | DF | 0 | 43 | 9 | 4 | 134 | 58 | 40 |
| Octal | 364 | 120 | 337 | 0 | 103 | 11 | 4 | 464 | 130 | 100 |
| Binary | 11110100 | 1010000 | 11011111 | 0 | 1000011 | 1001 | 100 | 100110100 | 1011000 | 1000000 |
Color Harmonies of #F450DF
Complementary color
Monochromatic Colors of #F450DF
Black with #F450DF
Text Example
Text Example
White with #F450DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450DF; }
p { color: rgb(244,80,223); }
H1.HeaderClassName
{
color: #F450DF;
}
.AnyTagClassName
{
color: #F450DF;
}
</style>
background-color css
<style>
a { background-color: #F450DF; }
a { background-color: rgb(244,80,223); }
div.DivClassName
{
background-color: #F450DF;
}
.BgClassName
{
background-color: #F450DF;
}
</style>
border-color css
<style>
span { border-color: #F450DF; }
span { border-color: rgb(244,80,223); }
td.TdClassName
{
border-color: #F450DF;
}
.TagClassName
{
border-color: #F450DF;
}
</style>