Html Css Color HEX #F562DB Free Speech Magenta
📋 copy color: '#F562DB'red 245 ◦ green 98 ◦ blue 219
Shades of Free Speech Magenta #F562DB
Tints of Free Speech Magenta #F562DB
RGB
CMYK
RGB Variations
Color information
#F562DB (or 0xF562DB) is known color: Free Speech Magenta. HEX triplet: F5, 62 and DB. RGB value is (245,98,219). Sum of RGB (Red+Green+Blue) = 245+98+219=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 98 (38.67% from 255 or 17.44% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F562DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562DB is #0A9D24. Grayscale: #9B9B9B. Windows color (decimal): -695589 or 14377717. OLE color: 14377717.
HSL color Cylindrical-coordinate representation of color #F562DB: hue angle of 310.61º 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 #F562DB is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 219 | - |
| CMYK | 0 | 0.6 | 0.11 | 0.04 |
| HSL | 310.61º | 0.88% | 0.67% | - |
| HSV(B) | 310.61º | 0.6% | 0.96% | - |
| XYZ | 54.81 | 33.26 | 70.55 | - |
| YUV | 155.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 219 | 0 | 0.6 | 0.11 | 0.04 | 310.61 | 0.88 | 0.67 |
| Hex | F5 | 62 | DB | 0 | 3C | B | 4 | 137 | 58 | 43 |
| Octal | 365 | 142 | 333 | 0 | 74 | 13 | 4 | 467 | 130 | 103 |
| Binary | 11110101 | 1100010 | 11011011 | 0 | 111100 | 1011 | 100 | 100110111 | 1011000 | 1000011 |
Color Harmonies of #F562DB
Complementary color
Monochromatic Colors of #F562DB
Black with #F562DB
Text Example
Text Example
White with #F562DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562DB; }
p { color: rgb(245,98,219); }
H1.HeaderClassName
{
color: #F562DB;
}
.AnyTagClassName
{
color: #F562DB;
}
</style>
background-color css
<style>
a { background-color: #F562DB; }
a { background-color: rgb(245,98,219); }
div.DivClassName
{
background-color: #F562DB;
}
.BgClassName
{
background-color: #F562DB;
}
</style>
border-color css
<style>
span { border-color: #F562DB; }
span { border-color: rgb(245,98,219); }
td.TdClassName
{
border-color: #F562DB;
}
.TagClassName
{
border-color: #F562DB;
}
</style>