Html Css Color HEX #F054C5 Free Speech Magenta
📋 copy color: '#F054C5'red 240 ◦ green 84 ◦ blue 197
Shades of Free Speech Magenta #F054C5
Tints of Free Speech Magenta #F054C5
RGB
CMYK
RGB Variations
Color information
#F054C5 (or 0xF054C5) is known color: Free Speech Magenta. HEX triplet: F0, 54 and C5. RGB value is (240,84,197). Sum of RGB (Red+Green+Blue) = 240+84+197=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F054C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054C5 is #0FAB3A. Grayscale: #8F8F8F. Windows color (decimal): -1026875 or 12932336. OLE color: 12932336.
HSL color Cylindrical-coordinate representation of color #F054C5: hue angle of 316.54º 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 #F054C5 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 197 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.06 |
| HSL | 316.54º | 0.84% | 0.64% | - |
| HSV(B) | 316.54º | 0.65% | 0.94% | - |
| XYZ | 49.18 | 28.9 | 55.81 | - |
| YUV | 143.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 197 | 0 | 0.65 | 0.18 | 0.06 | 316.54 | 0.84 | 0.64 |
| Hex | F0 | 54 | C5 | 0 | 41 | 12 | 6 | 13D | 54 | 40 |
| Octal | 360 | 124 | 305 | 0 | 101 | 22 | 6 | 475 | 124 | 100 |
| Binary | 11110000 | 1010100 | 11000101 | 0 | 1000001 | 10010 | 110 | 100111101 | 1010100 | 1000000 |
Color Harmonies of #F054C5
Complementary color
Monochromatic Colors of #F054C5
Black with #F054C5
Text Example
Text Example
White with #F054C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F054C5; }
p { color: rgb(240,84,197); }
H1.HeaderClassName
{
color: #F054C5;
}
.AnyTagClassName
{
color: #F054C5;
}
</style>
background-color css
<style>
a { background-color: #F054C5; }
a { background-color: rgb(240,84,197); }
div.DivClassName
{
background-color: #F054C5;
}
.BgClassName
{
background-color: #F054C5;
}
</style>
border-color css
<style>
span { border-color: #F054C5; }
span { border-color: rgb(240,84,197); }
td.TdClassName
{
border-color: #F054C5;
}
.TagClassName
{
border-color: #F054C5;
}
</style>