Html Css Color HEX #F468DF Free Speech Magenta
📋 copy color: '#F468DF'red 244 ◦ green 104 ◦ blue 223
Shades of Free Speech Magenta #F468DF
Tints of Free Speech Magenta #F468DF
RGB
CMYK
RGB Variations
Color information
#F468DF (or 0xF468DF) is known color: Free Speech Magenta. HEX triplet: F4, 68 and DF. RGB value is (244,104,223). Sum of RGB (Red+Green+Blue) = 244+104+223=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F468DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468DF is #0B9720. Grayscale: #9F9F9F. Windows color (decimal): -759585 or 14641396. OLE color: 14641396.
HSL color Cylindrical-coordinate representation of color #F468DF: hue angle of 309º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468DF is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 223 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.04 |
| HSL | 309º | 0.86% | 0.68% | - |
| HSV(B) | 309º | 0.57% | 0.96% | - |
| XYZ | 55.58 | 34.46 | 73.53 | - |
| YUV | 159.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 223 | 0 | 0.57 | 0.09 | 0.04 | 309 | 0.86 | 0.68 |
| Hex | F4 | 68 | DF | 0 | 39 | 9 | 4 | 135 | 56 | 44 |
| Octal | 364 | 150 | 337 | 0 | 71 | 11 | 4 | 465 | 126 | 104 |
| Binary | 11110100 | 1101000 | 11011111 | 0 | 111001 | 1001 | 100 | 100110101 | 1010110 | 1000100 |
Color Harmonies of #F468DF
Complementary color
Monochromatic Colors of #F468DF
Black with #F468DF
Text Example
Text Example
White with #F468DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F468DF; }
p { color: rgb(244,104,223); }
H1.HeaderClassName
{
color: #F468DF;
}
.AnyTagClassName
{
color: #F468DF;
}
</style>
background-color css
<style>
a { background-color: #F468DF; }
a { background-color: rgb(244,104,223); }
div.DivClassName
{
background-color: #F468DF;
}
.BgClassName
{
background-color: #F468DF;
}
</style>
border-color css
<style>
span { border-color: #F468DF; }
span { border-color: rgb(244,104,223); }
td.TdClassName
{
border-color: #F468DF;
}
.TagClassName
{
border-color: #F468DF;
}
</style>