Html Css Color HEX #F04FDC Free Speech Magenta
📋 copy color: '#F04FDC'red 240 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #F04FDC
Tints of Free Speech Magenta #F04FDC
RGB
CMYK
RGB Variations
Color information
#F04FDC (or 0xF04FDC) is known color: Free Speech Magenta. HEX triplet: F0, 4F and DC. RGB value is (240,79,220). Sum of RGB (Red+Green+Blue) = 240+79+220=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 79 (31.25% from 255 or 14.66% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FDC is #0FB023. Grayscale: #8E8E8E. Windows color (decimal): -1028132 or 14438384. OLE color: 14438384.
HSL color Cylindrical-coordinate representation of color #F04FDC: hue angle of 307.45º 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 #F04FDC is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 220 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.06 |
| HSL | 307.45º | 0.84% | 0.63% | - |
| HSV(B) | 307.45º | 0.67% | 0.94% | - |
| XYZ | 51.65 | 29.28 | 70.64 | - |
| YUV | 143.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 220 | 0 | 0.67 | 0.08 | 0.06 | 307.45 | 0.84 | 0.63 |
| Hex | F0 | 4F | DC | 0 | 43 | 8 | 6 | 133 | 54 | 3F |
| Octal | 360 | 117 | 334 | 0 | 103 | 10 | 6 | 463 | 124 | 77 |
| Binary | 11110000 | 1001111 | 11011100 | 0 | 1000011 | 1000 | 110 | 100110011 | 1010100 | 111111 |
Color Harmonies of #F04FDC
Complementary color
Monochromatic Colors of #F04FDC
Black with #F04FDC
Text Example
Text Example
White with #F04FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FDC; }
p { color: rgb(240,79,220); }
H1.HeaderClassName
{
color: #F04FDC;
}
.AnyTagClassName
{
color: #F04FDC;
}
</style>
background-color css
<style>
a { background-color: #F04FDC; }
a { background-color: rgb(240,79,220); }
div.DivClassName
{
background-color: #F04FDC;
}
.BgClassName
{
background-color: #F04FDC;
}
</style>
border-color css
<style>
span { border-color: #F04FDC; }
span { border-color: rgb(240,79,220); }
td.TdClassName
{
border-color: #F04FDC;
}
.TagClassName
{
border-color: #F04FDC;
}
</style>