Html Css Color HEX #F566DB Free Speech Magenta
📋 copy color: '#F566DB'red 245 ◦ green 102 ◦ blue 219
Shades of Free Speech Magenta #F566DB
Tints of Free Speech Magenta #F566DB
RGB
CMYK
RGB Variations
Color information
#F566DB (or 0xF566DB) is known color: Free Speech Magenta. HEX triplet: F5, 66 and DB. RGB value is (245,102,219). Sum of RGB (Red+Green+Blue) = 245+102+219=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F566DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566DB is #0A9924. Grayscale: #9D9D9D. Windows color (decimal): -694565 or 14378741. OLE color: 14378741.
HSL color Cylindrical-coordinate representation of color #F566DB: hue angle of 310.91º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F566DB is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 219 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.04 |
| HSL | 310.91º | 0.88% | 0.68% | - |
| HSV(B) | 310.91º | 0.58% | 0.96% | - |
| XYZ | 55.19 | 34.03 | 70.68 | - |
| YUV | 158.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 219 | 0 | 0.58 | 0.11 | 0.04 | 310.91 | 0.88 | 0.68 |
| Hex | F5 | 66 | DB | 0 | 3A | B | 4 | 137 | 58 | 44 |
| Octal | 365 | 146 | 333 | 0 | 72 | 13 | 4 | 467 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11011011 | 0 | 111010 | 1011 | 100 | 100110111 | 1011000 | 1000100 |
Color Harmonies of #F566DB
Complementary color
Monochromatic Colors of #F566DB
Black with #F566DB
Text Example
Text Example
White with #F566DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566DB; }
p { color: rgb(245,102,219); }
H1.HeaderClassName
{
color: #F566DB;
}
.AnyTagClassName
{
color: #F566DB;
}
</style>
background-color css
<style>
a { background-color: #F566DB; }
a { background-color: rgb(245,102,219); }
div.DivClassName
{
background-color: #F566DB;
}
.BgClassName
{
background-color: #F566DB;
}
</style>
border-color css
<style>
span { border-color: #F566DB; }
span { border-color: rgb(245,102,219); }
td.TdClassName
{
border-color: #F566DB;
}
.TagClassName
{
border-color: #F566DB;
}
</style>