Html Css Color HEX #F562DF Free Speech Magenta
📋 copy color: '#F562DF'red 245 ◦ green 98 ◦ blue 223
Shades of Free Speech Magenta #F562DF
Tints of Free Speech Magenta #F562DF
RGB
CMYK
RGB Variations
Color information
#F562DF (or 0xF562DF) is known color: Free Speech Magenta. HEX triplet: F5, 62 and DF. RGB value is (245,98,223). Sum of RGB (Red+Green+Blue) = 245+98+223=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F562DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562DF is #0A9D20. Grayscale: #9B9B9B. Windows color (decimal): -695585 or 14639861. OLE color: 14639861.
HSL color Cylindrical-coordinate representation of color #F562DF: hue angle of 308.98º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F562DF is Cyan = 0, Magento = 0.6, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 223 | - |
| CMYK | 0 | 0.6 | 0.09 | 0.04 |
| HSL | 308.98º | 0.88% | 0.67% | - |
| HSV(B) | 308.98º | 0.6% | 0.96% | - |
| XYZ | 55.34 | 33.48 | 73.36 | - |
| YUV | 156.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 223 | 0 | 0.6 | 0.09 | 0.04 | 308.98 | 0.88 | 0.67 |
| Hex | F5 | 62 | DF | 0 | 3C | 9 | 4 | 135 | 58 | 43 |
| Octal | 365 | 142 | 337 | 0 | 74 | 11 | 4 | 465 | 130 | 103 |
| Binary | 11110101 | 1100010 | 11011111 | 0 | 111100 | 1001 | 100 | 100110101 | 1011000 | 1000011 |
Color Harmonies of #F562DF
Complementary color
Monochromatic Colors of #F562DF
Black with #F562DF
Text Example
Text Example
White with #F562DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562DF; }
p { color: rgb(245,98,223); }
H1.HeaderClassName
{
color: #F562DF;
}
.AnyTagClassName
{
color: #F562DF;
}
</style>
background-color css
<style>
a { background-color: #F562DF; }
a { background-color: rgb(245,98,223); }
div.DivClassName
{
background-color: #F562DF;
}
.BgClassName
{
background-color: #F562DF;
}
</style>
border-color css
<style>
span { border-color: #F562DF; }
span { border-color: rgb(245,98,223); }
td.TdClassName
{
border-color: #F562DF;
}
.TagClassName
{
border-color: #F562DF;
}
</style>