Html Css Color HEX #F468DB Free Speech Magenta
📋 copy color: '#F468DB'red 244 ◦ green 104 ◦ blue 219
Shades of Free Speech Magenta #F468DB
Tints of Free Speech Magenta #F468DB
RGB
CMYK
RGB Variations
Color information
#F468DB (or 0xF468DB) is known color: Free Speech Magenta. HEX triplet: F4, 68 and DB. RGB value is (244,104,219). Sum of RGB (Red+Green+Blue) = 244+104+219=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F468DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468DB is #0B9724. Grayscale: #9E9E9E. Windows color (decimal): -759589 or 14379252. OLE color: 14379252.
HSL color Cylindrical-coordinate representation of color #F468DB: hue angle of 310.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468DB is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 219 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.04 |
| HSL | 310.71º | 0.86% | 0.68% | - |
| HSV(B) | 310.71º | 0.57% | 0.96% | - |
| XYZ | 55.04 | 34.25 | 70.73 | - |
| YUV | 158.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 219 | 0 | 0.57 | 0.10 | 0.04 | 310.71 | 0.86 | 0.68 |
| Hex | F4 | 68 | DB | 0 | 39 | A | 4 | 137 | 56 | 44 |
| Octal | 364 | 150 | 333 | 0 | 71 | 12 | 4 | 467 | 126 | 104 |
| Binary | 11110100 | 1101000 | 11011011 | 0 | 111001 | 1010 | 100 | 100110111 | 1010110 | 1000100 |
Color Harmonies of #F468DB
Complementary color
Monochromatic Colors of #F468DB
Black with #F468DB
Text Example
Text Example
White with #F468DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F468DB; }
p { color: rgb(244,104,219); }
H1.HeaderClassName
{
color: #F468DB;
}
.AnyTagClassName
{
color: #F468DB;
}
</style>
background-color css
<style>
a { background-color: #F468DB; }
a { background-color: rgb(244,104,219); }
div.DivClassName
{
background-color: #F468DB;
}
.BgClassName
{
background-color: #F468DB;
}
</style>
border-color css
<style>
span { border-color: #F468DB; }
span { border-color: rgb(244,104,219); }
td.TdClassName
{
border-color: #F468DB;
}
.TagClassName
{
border-color: #F468DB;
}
</style>