Html Css Color HEX #F04FDD Free Speech Magenta
📋 copy color: '#F04FDD'red 240 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #F04FDD
Tints of Free Speech Magenta #F04FDD
RGB
CMYK
RGB Variations
Color information
#F04FDD (or 0xF04FDD) is known color: Free Speech Magenta. HEX triplet: F0, 4F and DD. RGB value is (240,79,221). Sum of RGB (Red+Green+Blue) = 240+79+221=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 79 (31.25% from 255 or 14.63% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FDD is #0FB022. Grayscale: #8E8E8E. Windows color (decimal): -1028131 or 14503920. OLE color: 14503920.
HSL color Cylindrical-coordinate representation of color #F04FDD: hue angle of 307.08º 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 #F04FDD is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 221 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.06 |
| HSL | 307.08º | 0.84% | 0.63% | - |
| HSV(B) | 307.08º | 0.67% | 0.94% | - |
| XYZ | 51.78 | 29.34 | 71.34 | - |
| YUV | 143.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 221 | 0 | 0.67 | 0.08 | 0.06 | 307.08 | 0.84 | 0.63 |
| Hex | F0 | 4F | DD | 0 | 43 | 8 | 6 | 133 | 54 | 3F |
| Octal | 360 | 117 | 335 | 0 | 103 | 10 | 6 | 463 | 124 | 77 |
| Binary | 11110000 | 1001111 | 11011101 | 0 | 1000011 | 1000 | 110 | 100110011 | 1010100 | 111111 |
Color Harmonies of #F04FDD
Complementary color
Monochromatic Colors of #F04FDD
Black with #F04FDD
Text Example
Text Example
White with #F04FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FDD; }
p { color: rgb(240,79,221); }
H1.HeaderClassName
{
color: #F04FDD;
}
.AnyTagClassName
{
color: #F04FDD;
}
</style>
background-color css
<style>
a { background-color: #F04FDD; }
a { background-color: rgb(240,79,221); }
div.DivClassName
{
background-color: #F04FDD;
}
.BgClassName
{
background-color: #F04FDD;
}
</style>
border-color css
<style>
span { border-color: #F04FDD; }
span { border-color: rgb(240,79,221); }
td.TdClassName
{
border-color: #F04FDD;
}
.TagClassName
{
border-color: #F04FDD;
}
</style>