Html Css Color HEX #F04BDF Free Speech Magenta
📋 copy color: '#F04BDF'red 240 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #F04BDF
Tints of Free Speech Magenta #F04BDF
RGB
CMYK
RGB Variations
Color information
#F04BDF (or 0xF04BDF) is known color: Free Speech Magenta. HEX triplet: F0, 4B and DF. RGB value is (240,75,223). Sum of RGB (Red+Green+Blue) = 240+75+223=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 75 (29.69% from 255 or 13.94% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BDF is #0FB420. Grayscale: #8C8C8C. Windows color (decimal): -1029153 or 14633968. OLE color: 14633968.
HSL color Cylindrical-coordinate representation of color #F04BDF: hue angle of 306.18º 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 #F04BDF is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 223 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.06 |
| HSL | 306.18º | 0.85% | 0.62% | - |
| HSV(B) | 306.18º | 0.69% | 0.94% | - |
| XYZ | 51.77 | 28.89 | 72.66 | - |
| YUV | 141.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 223 | 0 | 0.69 | 0.07 | 0.06 | 306.18 | 0.85 | 0.62 |
| Hex | F0 | 4B | DF | 0 | 45 | 7 | 6 | 132 | 55 | 3E |
| Octal | 360 | 113 | 337 | 0 | 105 | 7 | 6 | 462 | 125 | 76 |
| Binary | 11110000 | 1001011 | 11011111 | 0 | 1000101 | 111 | 110 | 100110010 | 1010101 | 111110 |
Color Harmonies of #F04BDF
Complementary color
Monochromatic Colors of #F04BDF
Black with #F04BDF
Text Example
Text Example
White with #F04BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BDF; }
p { color: rgb(240,75,223); }
H1.HeaderClassName
{
color: #F04BDF;
}
.AnyTagClassName
{
color: #F04BDF;
}
</style>
background-color css
<style>
a { background-color: #F04BDF; }
a { background-color: rgb(240,75,223); }
div.DivClassName
{
background-color: #F04BDF;
}
.BgClassName
{
background-color: #F04BDF;
}
</style>
border-color css
<style>
span { border-color: #F04BDF; }
span { border-color: rgb(240,75,223); }
td.TdClassName
{
border-color: #F04BDF;
}
.TagClassName
{
border-color: #F04BDF;
}
</style>