Html Css Color HEX #F56ADB Free Speech Magenta
📋 copy color: '#F56ADB'red 245 ◦ green 106 ◦ blue 219
Shades of Free Speech Magenta #F56ADB
Tints of Free Speech Magenta #F56ADB
RGB
CMYK
RGB Variations
Color information
#F56ADB (or 0xF56ADB) is known color: Free Speech Magenta. HEX triplet: F5, 6A and DB. RGB value is (245,106,219). Sum of RGB (Red+Green+Blue) = 245+106+219=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ADB is #0A9524. Grayscale: #A0A0A0. Windows color (decimal): -693541 or 14379765. OLE color: 14379765.
HSL color Cylindrical-coordinate representation of color #F56ADB: hue angle of 311.22º degrees, saturation: 0.87, 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 #F56ADB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 219 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.04 |
| HSL | 311.22º | 0.87% | 0.69% | - |
| HSV(B) | 311.22º | 0.57% | 0.96% | - |
| XYZ | 55.6 | 34.84 | 70.81 | - |
| YUV | 160.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 219 | 0 | 0.57 | 0.11 | 0.04 | 311.22 | 0.87 | 0.69 |
| Hex | F5 | 6A | DB | 0 | 39 | B | 4 | 137 | 57 | 45 |
| Octal | 365 | 152 | 333 | 0 | 71 | 13 | 4 | 467 | 127 | 105 |
| Binary | 11110101 | 1101010 | 11011011 | 0 | 111001 | 1011 | 100 | 100110111 | 1010111 | 1000101 |
Color Harmonies of #F56ADB
Complementary color
Monochromatic Colors of #F56ADB
Black with #F56ADB
Text Example
Text Example
White with #F56ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56ADB; }
p { color: rgb(245,106,219); }
H1.HeaderClassName
{
color: #F56ADB;
}
.AnyTagClassName
{
color: #F56ADB;
}
</style>
background-color css
<style>
a { background-color: #F56ADB; }
a { background-color: rgb(245,106,219); }
div.DivClassName
{
background-color: #F56ADB;
}
.BgClassName
{
background-color: #F56ADB;
}
</style>
border-color css
<style>
span { border-color: #F56ADB; }
span { border-color: rgb(245,106,219); }
td.TdClassName
{
border-color: #F56ADB;
}
.TagClassName
{
border-color: #F56ADB;
}
</style>