Html Css Color HEX #F04BDA Free Speech Magenta
📋 copy color: '#F04BDA'red 240 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #F04BDA
Tints of Free Speech Magenta #F04BDA
RGB
CMYK
RGB Variations
Color information
#F04BDA (or 0xF04BDA) is known color: Free Speech Magenta. HEX triplet: F0, 4B and DA. RGB value is (240,75,218). Sum of RGB (Red+Green+Blue) = 240+75+218=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BDA is #0FB425. Grayscale: #8C8C8C. Windows color (decimal): -1029158 or 14306288. OLE color: 14306288.
HSL color Cylindrical-coordinate representation of color #F04BDA: hue angle of 308º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04BDA is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 218 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.06 |
| HSL | 308º | 0.85% | 0.62% | - |
| HSV(B) | 308º | 0.69% | 0.94% | - |
| XYZ | 51.11 | 28.62 | 69.16 | - |
| YUV | 140.64 | 171.66 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 218 | 0 | 0.69 | 0.09 | 0.06 | 308 | 0.85 | 0.62 |
| Hex | F0 | 4B | DA | 0 | 45 | 9 | 6 | 134 | 55 | 3E |
| Octal | 360 | 113 | 332 | 0 | 105 | 11 | 6 | 464 | 125 | 76 |
| Binary | 11110000 | 1001011 | 11011010 | 0 | 1000101 | 1001 | 110 | 100110100 | 1010101 | 111110 |
Color Harmonies of #F04BDA
Complementary color
Monochromatic Colors of #F04BDA
Black with #F04BDA
Text Example
Text Example
White with #F04BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BDA; }
p { color: rgb(240,75,218); }
H1.HeaderClassName
{
color: #F04BDA;
}
.AnyTagClassName
{
color: #F04BDA;
}
</style>
background-color css
<style>
a { background-color: #F04BDA; }
a { background-color: rgb(240,75,218); }
div.DivClassName
{
background-color: #F04BDA;
}
.BgClassName
{
background-color: #F04BDA;
}
</style>
border-color css
<style>
span { border-color: #F04BDA; }
span { border-color: rgb(240,75,218); }
td.TdClassName
{
border-color: #F04BDA;
}
.TagClassName
{
border-color: #F04BDA;
}
</style>