Html Css Color HEX #F04BD0 Free Speech Magenta
📋 copy color: '#F04BD0'red 240 ◦ green 75 ◦ blue 208
Shades of Free Speech Magenta #F04BD0
Tints of Free Speech Magenta #F04BD0
RGB
CMYK
RGB Variations
Color information
#F04BD0 (or 0xF04BD0) is known color: Free Speech Magenta. HEX triplet: F0, 4B and D0. RGB value is (240,75,208). Sum of RGB (Red+Green+Blue) = 240+75+208=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BD0 is #0FB42F. Grayscale: #8B8B8B. Windows color (decimal): -1029168 or 13650928. OLE color: 13650928.
HSL color Cylindrical-coordinate representation of color #F04BD0: hue angle of 311.64º 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 #F04BD0 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 208 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.06 |
| HSL | 311.64º | 0.85% | 0.62% | - |
| HSV(B) | 311.64º | 0.69% | 0.94% | - |
| XYZ | 49.84 | 28.11 | 62.47 | - |
| YUV | 139.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 208 | 0 | 0.69 | 0.13 | 0.06 | 311.64 | 0.85 | 0.62 |
| Hex | F0 | 4B | D0 | 0 | 45 | D | 6 | 138 | 55 | 3E |
| Octal | 360 | 113 | 320 | 0 | 105 | 15 | 6 | 470 | 125 | 76 |
| Binary | 11110000 | 1001011 | 11010000 | 0 | 1000101 | 1101 | 110 | 100111000 | 1010101 | 111110 |
Color Harmonies of #F04BD0
Complementary color
Monochromatic Colors of #F04BD0
Black with #F04BD0
Text Example
Text Example
White with #F04BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BD0; }
p { color: rgb(240,75,208); }
H1.HeaderClassName
{
color: #F04BD0;
}
.AnyTagClassName
{
color: #F04BD0;
}
</style>
background-color css
<style>
a { background-color: #F04BD0; }
a { background-color: rgb(240,75,208); }
div.DivClassName
{
background-color: #F04BD0;
}
.BgClassName
{
background-color: #F04BD0;
}
</style>
border-color css
<style>
span { border-color: #F04BD0; }
span { border-color: rgb(240,75,208); }
td.TdClassName
{
border-color: #F04BD0;
}
.TagClassName
{
border-color: #F04BD0;
}
</style>