Html Css Color HEX #F04DD7 Free Speech Magenta
📋 copy color: '#F04DD7'red 240 ◦ green 77 ◦ blue 215
Shades of Free Speech Magenta #F04DD7
Tints of Free Speech Magenta #F04DD7
RGB
CMYK
RGB Variations
Color information
#F04DD7 (or 0xF04DD7) is known color: Free Speech Magenta. HEX triplet: F0, 4D and D7. RGB value is (240,77,215). Sum of RGB (Red+Green+Blue) = 240+77+215=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DD7 is #0FB228. Grayscale: #8D8D8D. Windows color (decimal): -1028649 or 14110192. OLE color: 14110192.
HSL color Cylindrical-coordinate representation of color #F04DD7: hue angle of 309.2º degrees, saturation: 0.84, 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 #F04DD7 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 215 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.06 |
| HSL | 309.2º | 0.84% | 0.62% | - |
| HSV(B) | 309.2º | 0.68% | 0.94% | - |
| XYZ | 50.85 | 28.74 | 67.16 | - |
| YUV | 141.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 215 | 0 | 0.68 | 0.10 | 0.06 | 309.2 | 0.84 | 0.62 |
| Hex | F0 | 4D | D7 | 0 | 44 | A | 6 | 135 | 54 | 3E |
| Octal | 360 | 115 | 327 | 0 | 104 | 12 | 6 | 465 | 124 | 76 |
| Binary | 11110000 | 1001101 | 11010111 | 0 | 1000100 | 1010 | 110 | 100110101 | 1010100 | 111110 |
Color Harmonies of #F04DD7
Complementary color
Monochromatic Colors of #F04DD7
Black with #F04DD7
Text Example
Text Example
White with #F04DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DD7; }
p { color: rgb(240,77,215); }
H1.HeaderClassName
{
color: #F04DD7;
}
.AnyTagClassName
{
color: #F04DD7;
}
</style>
background-color css
<style>
a { background-color: #F04DD7; }
a { background-color: rgb(240,77,215); }
div.DivClassName
{
background-color: #F04DD7;
}
.BgClassName
{
background-color: #F04DD7;
}
</style>
border-color css
<style>
span { border-color: #F04DD7; }
span { border-color: rgb(240,77,215); }
td.TdClassName
{
border-color: #F04DD7;
}
.TagClassName
{
border-color: #F04DD7;
}
</style>