Html Css Color HEX #F04CDA Free Speech Magenta
📋 copy color: '#F04CDA'red 240 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #F04CDA
Tints of Free Speech Magenta #F04CDA
RGB
CMYK
RGB Variations
Color information
#F04CDA (or 0xF04CDA) is known color: Free Speech Magenta. HEX triplet: F0, 4C and DA. RGB value is (240,76,218). Sum of RGB (Red+Green+Blue) = 240+76+218=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CDA is #0FB325. Grayscale: #8C8C8C. Windows color (decimal): -1028902 or 14306544. OLE color: 14306544.
HSL color Cylindrical-coordinate representation of color #F04CDA: hue angle of 308.05º 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 #F04CDA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 218 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.06 |
| HSL | 308.05º | 0.85% | 0.62% | - |
| HSV(B) | 308.05º | 0.68% | 0.94% | - |
| XYZ | 51.17 | 28.76 | 69.18 | - |
| YUV | 141.22 | 171.33 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 218 | 0 | 0.68 | 0.09 | 0.06 | 308.05 | 0.85 | 0.62 |
| Hex | F0 | 4C | DA | 0 | 44 | 9 | 6 | 134 | 55 | 3E |
| Octal | 360 | 114 | 332 | 0 | 104 | 11 | 6 | 464 | 125 | 76 |
| Binary | 11110000 | 1001100 | 11011010 | 0 | 1000100 | 1001 | 110 | 100110100 | 1010101 | 111110 |
Color Harmonies of #F04CDA
Complementary color
Monochromatic Colors of #F04CDA
Black with #F04CDA
Text Example
Text Example
White with #F04CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CDA; }
p { color: rgb(240,76,218); }
H1.HeaderClassName
{
color: #F04CDA;
}
.AnyTagClassName
{
color: #F04CDA;
}
</style>
background-color css
<style>
a { background-color: #F04CDA; }
a { background-color: rgb(240,76,218); }
div.DivClassName
{
background-color: #F04CDA;
}
.BgClassName
{
background-color: #F04CDA;
}
</style>
border-color css
<style>
span { border-color: #F04CDA; }
span { border-color: rgb(240,76,218); }
td.TdClassName
{
border-color: #F04CDA;
}
.TagClassName
{
border-color: #F04CDA;
}
</style>