Html Css Color HEX #F05FDB Free Speech Magenta
📋 copy color: '#F05FDB'red 240 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #F05FDB
Tints of Free Speech Magenta #F05FDB
RGB
CMYK
RGB Variations
Color information
#F05FDB (or 0xF05FDB) is known color: Free Speech Magenta. HEX triplet: F0, 5F and DB. RGB value is (240,95,219). Sum of RGB (Red+Green+Blue) = 240+95+219=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FDB is #0FA024. Grayscale: #989898. Windows color (decimal): -1024037 or 14376944. OLE color: 14376944.
HSL color Cylindrical-coordinate representation of color #F05FDB: hue angle of 308.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FDB is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 219 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.06 |
| HSL | 308.69º | 0.83% | 0.66% | - |
| HSV(B) | 308.69º | 0.6% | 0.94% | - |
| XYZ | 52.81 | 31.82 | 70.38 | - |
| YUV | 152.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 219 | 0 | 0.60 | 0.09 | 0.06 | 308.69 | 0.83 | 0.66 |
| Hex | F0 | 5F | DB | 0 | 3C | 9 | 6 | 135 | 53 | 42 |
| Octal | 360 | 137 | 333 | 0 | 74 | 11 | 6 | 465 | 123 | 102 |
| Binary | 11110000 | 1011111 | 11011011 | 0 | 111100 | 1001 | 110 | 100110101 | 1010011 | 1000010 |
Color Harmonies of #F05FDB
Complementary color
Monochromatic Colors of #F05FDB
Black with #F05FDB
Text Example
Text Example
White with #F05FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05FDB; }
p { color: rgb(240,95,219); }
H1.HeaderClassName
{
color: #F05FDB;
}
.AnyTagClassName
{
color: #F05FDB;
}
</style>
background-color css
<style>
a { background-color: #F05FDB; }
a { background-color: rgb(240,95,219); }
div.DivClassName
{
background-color: #F05FDB;
}
.BgClassName
{
background-color: #F05FDB;
}
</style>
border-color css
<style>
span { border-color: #F05FDB; }
span { border-color: rgb(240,95,219); }
td.TdClassName
{
border-color: #F05FDB;
}
.TagClassName
{
border-color: #F05FDB;
}
</style>