Html Css Color HEX #F057DB Free Speech Magenta
📋 copy color: '#F057DB'red 240 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #F057DB
Tints of Free Speech Magenta #F057DB
RGB
CMYK
RGB Variations
Color information
#F057DB (or 0xF057DB) is known color: Free Speech Magenta. HEX triplet: F0, 57 and DB. RGB value is (240,87,219). Sum of RGB (Red+Green+Blue) = 240+87+219=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 87 (34.38% from 255 or 15.93% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F057DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057DB is #0FA824. Grayscale: #939393. Windows color (decimal): -1026085 or 14374896. OLE color: 14374896.
HSL color Cylindrical-coordinate representation of color #F057DB: hue angle of 308.24º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057DB is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 219 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.06 |
| HSL | 308.24º | 0.84% | 0.64% | - |
| HSV(B) | 308.24º | 0.64% | 0.94% | - |
| XYZ | 52.13 | 30.46 | 70.15 | - |
| YUV | 147.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 219 | 0 | 0.64 | 0.09 | 0.06 | 308.24 | 0.84 | 0.64 |
| Hex | F0 | 57 | DB | 0 | 40 | 9 | 6 | 134 | 54 | 40 |
| Octal | 360 | 127 | 333 | 0 | 100 | 11 | 6 | 464 | 124 | 100 |
| Binary | 11110000 | 1010111 | 11011011 | 0 | 1000000 | 1001 | 110 | 100110100 | 1010100 | 1000000 |
Color Harmonies of #F057DB
Complementary color
Monochromatic Colors of #F057DB
Black with #F057DB
Text Example
Text Example
White with #F057DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057DB; }
p { color: rgb(240,87,219); }
H1.HeaderClassName
{
color: #F057DB;
}
.AnyTagClassName
{
color: #F057DB;
}
</style>
background-color css
<style>
a { background-color: #F057DB; }
a { background-color: rgb(240,87,219); }
div.DivClassName
{
background-color: #F057DB;
}
.BgClassName
{
background-color: #F057DB;
}
</style>
border-color css
<style>
span { border-color: #F057DB; }
span { border-color: rgb(240,87,219); }
td.TdClassName
{
border-color: #F057DB;
}
.TagClassName
{
border-color: #F057DB;
}
</style>