Html Css Color HEX #F56BDB Free Speech Magenta
📋 copy color: '#F56BDB'red 245 ◦ green 107 ◦ blue 219
Shades of Free Speech Magenta #F56BDB
Tints of Free Speech Magenta #F56BDB
RGB
CMYK
RGB Variations
Color information
#F56BDB (or 0xF56BDB) is known color: Free Speech Magenta. HEX triplet: F5, 6B and DB. RGB value is (245,107,219). Sum of RGB (Red+Green+Blue) = 245+107+219=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BDB is #0A9424. Grayscale: #A0A0A0. Windows color (decimal): -693285 or 14380021. OLE color: 14380021.
HSL color Cylindrical-coordinate representation of color #F56BDB: hue angle of 311.3º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56BDB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 219 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.04 |
| HSL | 311.3º | 0.87% | 0.69% | - |
| HSV(B) | 311.3º | 0.56% | 0.96% | - |
| XYZ | 55.7 | 35.04 | 70.85 | - |
| YUV | 161.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 219 | 0 | 0.56 | 0.11 | 0.04 | 311.3 | 0.87 | 0.69 |
| Hex | F5 | 6B | DB | 0 | 38 | B | 4 | 137 | 57 | 45 |
| Octal | 365 | 153 | 333 | 0 | 70 | 13 | 4 | 467 | 127 | 105 |
| Binary | 11110101 | 1101011 | 11011011 | 0 | 111000 | 1011 | 100 | 100110111 | 1010111 | 1000101 |
Color Harmonies of #F56BDB
Complementary color
Monochromatic Colors of #F56BDB
Black with #F56BDB
Text Example
Text Example
White with #F56BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BDB; }
p { color: rgb(245,107,219); }
H1.HeaderClassName
{
color: #F56BDB;
}
.AnyTagClassName
{
color: #F56BDB;
}
</style>
background-color css
<style>
a { background-color: #F56BDB; }
a { background-color: rgb(245,107,219); }
div.DivClassName
{
background-color: #F56BDB;
}
.BgClassName
{
background-color: #F56BDB;
}
</style>
border-color css
<style>
span { border-color: #F56BDB; }
span { border-color: rgb(245,107,219); }
td.TdClassName
{
border-color: #F56BDB;
}
.TagClassName
{
border-color: #F56BDB;
}
</style>