Html Css Color HEX #F04CDF Free Speech Magenta
📋 copy color: '#F04CDF'red 240 ◦ green 76 ◦ blue 223
Shades of Free Speech Magenta #F04CDF
Tints of Free Speech Magenta #F04CDF
RGB
CMYK
RGB Variations
Color information
#F04CDF (or 0xF04CDF) is known color: Free Speech Magenta. HEX triplet: F0, 4C and DF. RGB value is (240,76,223). Sum of RGB (Red+Green+Blue) = 240+76+223=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CDF is #0FB320. Grayscale: #8D8D8D. Windows color (decimal): -1028897 or 14634224. OLE color: 14634224.
HSL color Cylindrical-coordinate representation of color #F04CDF: hue angle of 306.22º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CDF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 223 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.06 |
| HSL | 306.22º | 0.85% | 0.62% | - |
| HSV(B) | 306.22º | 0.68% | 0.94% | - |
| XYZ | 51.84 | 29.02 | 72.68 | - |
| YUV | 141.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 223 | 0 | 0.68 | 0.07 | 0.06 | 306.22 | 0.85 | 0.62 |
| Hex | F0 | 4C | DF | 0 | 44 | 7 | 6 | 132 | 55 | 3E |
| Octal | 360 | 114 | 337 | 0 | 104 | 7 | 6 | 462 | 125 | 76 |
| Binary | 11110000 | 1001100 | 11011111 | 0 | 1000100 | 111 | 110 | 100110010 | 1010101 | 111110 |
Color Harmonies of #F04CDF
Complementary color
Monochromatic Colors of #F04CDF
Black with #F04CDF
Text Example
Text Example
White with #F04CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CDF; }
p { color: rgb(240,76,223); }
H1.HeaderClassName
{
color: #F04CDF;
}
.AnyTagClassName
{
color: #F04CDF;
}
</style>
background-color css
<style>
a { background-color: #F04CDF; }
a { background-color: rgb(240,76,223); }
div.DivClassName
{
background-color: #F04CDF;
}
.BgClassName
{
background-color: #F04CDF;
}
</style>
border-color css
<style>
span { border-color: #F04CDF; }
span { border-color: rgb(240,76,223); }
td.TdClassName
{
border-color: #F04CDF;
}
.TagClassName
{
border-color: #F04CDF;
}
</style>