Html Css Color HEX #F569DB Free Speech Magenta
📋 copy color: '#F569DB'red 245 ◦ green 105 ◦ blue 219
Shades of Free Speech Magenta #F569DB
Tints of Free Speech Magenta #F569DB
RGB
CMYK
RGB Variations
Color information
#F569DB (or 0xF569DB) is known color: Free Speech Magenta. HEX triplet: F5, 69 and DB. RGB value is (245,105,219). Sum of RGB (Red+Green+Blue) = 245+105+219=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F569DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F569DB is #0A9624. Grayscale: #9F9F9F. Windows color (decimal): -693797 or 14379509. OLE color: 14379509.
HSL color Cylindrical-coordinate representation of color #F569DB: hue angle of 311.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569DB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 219 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.04 |
| HSL | 311.14º | 0.88% | 0.69% | - |
| HSV(B) | 311.14º | 0.57% | 0.96% | - |
| XYZ | 55.49 | 34.63 | 70.78 | - |
| YUV | 159.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 219 | 0 | 0.57 | 0.11 | 0.04 | 311.14 | 0.88 | 0.69 |
| Hex | F5 | 69 | DB | 0 | 39 | B | 4 | 137 | 58 | 45 |
| Octal | 365 | 151 | 333 | 0 | 71 | 13 | 4 | 467 | 130 | 105 |
| Binary | 11110101 | 1101001 | 11011011 | 0 | 111001 | 1011 | 100 | 100110111 | 1011000 | 1000101 |
Color Harmonies of #F569DB
Complementary color
Monochromatic Colors of #F569DB
Black with #F569DB
Text Example
Text Example
White with #F569DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569DB; }
p { color: rgb(245,105,219); }
H1.HeaderClassName
{
color: #F569DB;
}
.AnyTagClassName
{
color: #F569DB;
}
</style>
background-color css
<style>
a { background-color: #F569DB; }
a { background-color: rgb(245,105,219); }
div.DivClassName
{
background-color: #F569DB;
}
.BgClassName
{
background-color: #F569DB;
}
</style>
border-color css
<style>
span { border-color: #F569DB; }
span { border-color: rgb(245,105,219); }
td.TdClassName
{
border-color: #F569DB;
}
.TagClassName
{
border-color: #F569DB;
}
</style>