Html Css Color HEX #F04FCD Free Speech Magenta
📋 copy color: '#F04FCD'red 240 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #F04FCD
Tints of Free Speech Magenta #F04FCD
RGB
CMYK
RGB Variations
Color information
#F04FCD (or 0xF04FCD) is known color: Free Speech Magenta. HEX triplet: F0, 4F and CD. RGB value is (240,79,205). Sum of RGB (Red+Green+Blue) = 240+79+205=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FCD is #0FB032. Grayscale: #8D8D8D. Windows color (decimal): -1028147 or 13455344. OLE color: 13455344.
HSL color Cylindrical-coordinate representation of color #F04FCD: hue angle of 313.04º 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 #F04FCD is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 205 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.06 |
| HSL | 313.04º | 0.84% | 0.63% | - |
| HSV(B) | 313.04º | 0.67% | 0.94% | - |
| XYZ | 49.75 | 28.53 | 60.64 | - |
| YUV | 141.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 205 | 0 | 0.67 | 0.15 | 0.06 | 313.04 | 0.84 | 0.63 |
| Hex | F0 | 4F | CD | 0 | 43 | F | 6 | 139 | 54 | 3F |
| Octal | 360 | 117 | 315 | 0 | 103 | 17 | 6 | 471 | 124 | 77 |
| Binary | 11110000 | 1001111 | 11001101 | 0 | 1000011 | 1111 | 110 | 100111001 | 1010100 | 111111 |
Color Harmonies of #F04FCD
Complementary color
Monochromatic Colors of #F04FCD
Black with #F04FCD
Text Example
Text Example
White with #F04FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FCD; }
p { color: rgb(240,79,205); }
H1.HeaderClassName
{
color: #F04FCD;
}
.AnyTagClassName
{
color: #F04FCD;
}
</style>
background-color css
<style>
a { background-color: #F04FCD; }
a { background-color: rgb(240,79,205); }
div.DivClassName
{
background-color: #F04FCD;
}
.BgClassName
{
background-color: #F04FCD;
}
</style>
border-color css
<style>
span { border-color: #F04FCD; }
span { border-color: rgb(240,79,205); }
td.TdClassName
{
border-color: #F04FCD;
}
.TagClassName
{
border-color: #F04FCD;
}
</style>