Html Css Color HEX #F460DB Free Speech Magenta
📋 copy color: '#F460DB'red 244 ◦ green 96 ◦ blue 219
Shades of Free Speech Magenta #F460DB
Tints of Free Speech Magenta #F460DB
RGB
CMYK
RGB Variations
Color information
#F460DB (or 0xF460DB) is known color: Free Speech Magenta. HEX triplet: F4, 60 and DB. RGB value is (244,96,219). Sum of RGB (Red+Green+Blue) = 244+96+219=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F460DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F460DB is #0B9F24. Grayscale: #999999. Windows color (decimal): -761637 or 14377204. OLE color: 14377204.
HSL color Cylindrical-coordinate representation of color #F460DB: hue angle of 310.14º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460DB is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 219 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.04 |
| HSL | 310.14º | 0.87% | 0.67% | - |
| HSV(B) | 310.14º | 0.61% | 0.96% | - |
| XYZ | 54.28 | 32.71 | 70.47 | - |
| YUV | 154.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 219 | 0 | 0.61 | 0.10 | 0.04 | 310.14 | 0.87 | 0.67 |
| Hex | F4 | 60 | DB | 0 | 3D | A | 4 | 136 | 57 | 43 |
| Octal | 364 | 140 | 333 | 0 | 75 | 12 | 4 | 466 | 127 | 103 |
| Binary | 11110100 | 1100000 | 11011011 | 0 | 111101 | 1010 | 100 | 100110110 | 1010111 | 1000011 |
Color Harmonies of #F460DB
Complementary color
Monochromatic Colors of #F460DB
Black with #F460DB
Text Example
Text Example
White with #F460DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F460DB; }
p { color: rgb(244,96,219); }
H1.HeaderClassName
{
color: #F460DB;
}
.AnyTagClassName
{
color: #F460DB;
}
</style>
background-color css
<style>
a { background-color: #F460DB; }
a { background-color: rgb(244,96,219); }
div.DivClassName
{
background-color: #F460DB;
}
.BgClassName
{
background-color: #F460DB;
}
</style>
border-color css
<style>
span { border-color: #F460DB; }
span { border-color: rgb(244,96,219); }
td.TdClassName
{
border-color: #F460DB;
}
.TagClassName
{
border-color: #F460DB;
}
</style>