Html Css Color HEX #F054DB Free Speech Magenta
📋 copy color: '#F054DB'red 240 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #F054DB
Tints of Free Speech Magenta #F054DB
RGB
CMYK
RGB Variations
Color information
#F054DB (or 0xF054DB) is known color: Free Speech Magenta. HEX triplet: F0, 54 and DB. RGB value is (240,84,219). Sum of RGB (Red+Green+Blue) = 240+84+219=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F054DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054DB is #0FAB24. Grayscale: #919191. Windows color (decimal): -1026853 or 14374128. OLE color: 14374128.
HSL color Cylindrical-coordinate representation of color #F054DB: hue angle of 308.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054DB is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 219 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.06 |
| HSL | 308.08º | 0.84% | 0.64% | - |
| HSV(B) | 308.08º | 0.65% | 0.94% | - |
| XYZ | 51.89 | 29.98 | 70.07 | - |
| YUV | 146.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 219 | 0 | 0.65 | 0.09 | 0.06 | 308.08 | 0.84 | 0.64 |
| Hex | F0 | 54 | DB | 0 | 41 | 9 | 6 | 134 | 54 | 40 |
| Octal | 360 | 124 | 333 | 0 | 101 | 11 | 6 | 464 | 124 | 100 |
| Binary | 11110000 | 1010100 | 11011011 | 0 | 1000001 | 1001 | 110 | 100110100 | 1010100 | 1000000 |
Color Harmonies of #F054DB
Complementary color
Monochromatic Colors of #F054DB
Black with #F054DB
Text Example
Text Example
White with #F054DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F054DB; }
p { color: rgb(240,84,219); }
H1.HeaderClassName
{
color: #F054DB;
}
.AnyTagClassName
{
color: #F054DB;
}
</style>
background-color css
<style>
a { background-color: #F054DB; }
a { background-color: rgb(240,84,219); }
div.DivClassName
{
background-color: #F054DB;
}
.BgClassName
{
background-color: #F054DB;
}
</style>
border-color css
<style>
span { border-color: #F054DB; }
span { border-color: rgb(240,84,219); }
td.TdClassName
{
border-color: #F054DB;
}
.TagClassName
{
border-color: #F054DB;
}
</style>