Html Css Color HEX #F54BDF Free Speech Magenta
📋 copy color: '#F54BDF'red 245 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #F54BDF
Tints of Free Speech Magenta #F54BDF
RGB
CMYK
RGB Variations
Color information
#F54BDF (or 0xF54BDF) is known color: Free Speech Magenta. HEX triplet: F5, 4B and DF. RGB value is (245,75,223). Sum of RGB (Red+Green+Blue) = 245+75+223=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F54BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54BDF is #0AB420. Grayscale: #8E8E8E. Windows color (decimal): -701473 or 14633973. OLE color: 14633973.
HSL color Cylindrical-coordinate representation of color #F54BDF: hue angle of 307.76º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54BDF is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 223 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.04 |
| HSL | 307.76º | 0.89% | 0.63% | - |
| HSV(B) | 307.76º | 0.69% | 0.96% | - |
| XYZ | 53.49 | 29.77 | 72.74 | - |
| YUV | 142.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 223 | 0 | 0.69 | 0.09 | 0.04 | 307.76 | 0.89 | 0.63 |
| Hex | F5 | 4B | DF | 0 | 45 | 9 | 4 | 134 | 59 | 3F |
| Octal | 365 | 113 | 337 | 0 | 105 | 11 | 4 | 464 | 131 | 77 |
| Binary | 11110101 | 1001011 | 11011111 | 0 | 1000101 | 1001 | 100 | 100110100 | 1011001 | 111111 |
Color Harmonies of #F54BDF
Complementary color
Monochromatic Colors of #F54BDF
Black with #F54BDF
Text Example
Text Example
White with #F54BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54BDF; }
p { color: rgb(245,75,223); }
H1.HeaderClassName
{
color: #F54BDF;
}
.AnyTagClassName
{
color: #F54BDF;
}
</style>
background-color css
<style>
a { background-color: #F54BDF; }
a { background-color: rgb(245,75,223); }
div.DivClassName
{
background-color: #F54BDF;
}
.BgClassName
{
background-color: #F54BDF;
}
</style>
border-color css
<style>
span { border-color: #F54BDF; }
span { border-color: rgb(245,75,223); }
td.TdClassName
{
border-color: #F54BDF;
}
.TagClassName
{
border-color: #F54BDF;
}
</style>