Html Css Color HEX #F548DF Free Speech Magenta
📋 copy color: '#F548DF'red 245 ◦ green 72 ◦ blue 223
Shades of Free Speech Magenta #F548DF
Tints of Free Speech Magenta #F548DF
RGB
CMYK
RGB Variations
Color information
#F548DF (or 0xF548DF) is known color: Free Speech Magenta. HEX triplet: F5, 48 and DF. RGB value is (245,72,223). Sum of RGB (Red+Green+Blue) = 245+72+223=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F548DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F548DF is #0AB720. Grayscale: #8C8C8C. Windows color (decimal): -702241 or 14633205. OLE color: 14633205.
HSL color Cylindrical-coordinate representation of color #F548DF: hue angle of 307.63º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F548DF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 223 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.04 |
| HSL | 307.63º | 0.9% | 0.62% | - |
| HSV(B) | 307.63º | 0.71% | 0.96% | - |
| XYZ | 53.29 | 29.37 | 72.67 | - |
| YUV | 140.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 223 | 0 | 0.71 | 0.09 | 0.04 | 307.63 | 0.9 | 0.62 |
| Hex | F5 | 48 | DF | 0 | 47 | 9 | 4 | 134 | 5A | 3E |
| Octal | 365 | 110 | 337 | 0 | 107 | 11 | 4 | 464 | 132 | 76 |
| Binary | 11110101 | 1001000 | 11011111 | 0 | 1000111 | 1001 | 100 | 100110100 | 1011010 | 111110 |
Color Harmonies of #F548DF
Complementary color
Monochromatic Colors of #F548DF
Black with #F548DF
Text Example
Text Example
White with #F548DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F548DF; }
p { color: rgb(245,72,223); }
H1.HeaderClassName
{
color: #F548DF;
}
.AnyTagClassName
{
color: #F548DF;
}
</style>
background-color css
<style>
a { background-color: #F548DF; }
a { background-color: rgb(245,72,223); }
div.DivClassName
{
background-color: #F548DF;
}
.BgClassName
{
background-color: #F548DF;
}
</style>
border-color css
<style>
span { border-color: #F548DF; }
span { border-color: rgb(245,72,223); }
td.TdClassName
{
border-color: #F548DF;
}
.TagClassName
{
border-color: #F548DF;
}
</style>