Html Css Color HEX #F04FDF Free Speech Magenta
📋 copy color: '#F04FDF'red 240 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #F04FDF
Tints of Free Speech Magenta #F04FDF
RGB
CMYK
RGB Variations
Color information
#F04FDF (or 0xF04FDF) is known color: Free Speech Magenta. HEX triplet: F0, 4F and DF. RGB value is (240,79,223). Sum of RGB (Red+Green+Blue) = 240+79+223=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 79 (31.25% from 255 or 14.58% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FDF is #0FB020. Grayscale: #8F8F8F. Windows color (decimal): -1028129 or 14634992. OLE color: 14634992.
HSL color Cylindrical-coordinate representation of color #F04FDF: hue angle of 306.34º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FDF is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 223 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.06 |
| HSL | 306.34º | 0.84% | 0.63% | - |
| HSV(B) | 306.34º | 0.67% | 0.94% | - |
| XYZ | 52.05 | 29.44 | 72.75 | - |
| YUV | 143.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 223 | 0 | 0.67 | 0.07 | 0.06 | 306.34 | 0.84 | 0.63 |
| Hex | F0 | 4F | DF | 0 | 43 | 7 | 6 | 132 | 54 | 3F |
| Octal | 360 | 117 | 337 | 0 | 103 | 7 | 6 | 462 | 124 | 77 |
| Binary | 11110000 | 1001111 | 11011111 | 0 | 1000011 | 111 | 110 | 100110010 | 1010100 | 111111 |
Color Harmonies of #F04FDF
Complementary color
Monochromatic Colors of #F04FDF
Black with #F04FDF
Text Example
Text Example
White with #F04FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FDF; }
p { color: rgb(240,79,223); }
H1.HeaderClassName
{
color: #F04FDF;
}
.AnyTagClassName
{
color: #F04FDF;
}
</style>
background-color css
<style>
a { background-color: #F04FDF; }
a { background-color: rgb(240,79,223); }
div.DivClassName
{
background-color: #F04FDF;
}
.BgClassName
{
background-color: #F04FDF;
}
</style>
border-color css
<style>
span { border-color: #F04FDF; }
span { border-color: rgb(240,79,223); }
td.TdClassName
{
border-color: #F04FDF;
}
.TagClassName
{
border-color: #F04FDF;
}
</style>