Html Css Color HEX #F465DB Free Speech Magenta
📋 copy color: '#F465DB'red 244 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #F465DB
Tints of Free Speech Magenta #F465DB
RGB
CMYK
RGB Variations
Color information
#F465DB (or 0xF465DB) is known color: Free Speech Magenta. HEX triplet: F4, 65 and DB. RGB value is (244,101,219). Sum of RGB (Red+Green+Blue) = 244+101+219=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F465DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465DB is #0B9A24. Grayscale: #9C9C9C. Windows color (decimal): -760357 or 14378484. OLE color: 14378484.
HSL color Cylindrical-coordinate representation of color #F465DB: hue angle of 310.49º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465DB is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 219 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.04 |
| HSL | 310.49º | 0.87% | 0.68% | - |
| HSV(B) | 310.49º | 0.59% | 0.96% | - |
| XYZ | 54.75 | 33.65 | 70.63 | - |
| YUV | 157.21 | 162.88 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 219 | 0 | 0.59 | 0.10 | 0.04 | 310.49 | 0.87 | 0.68 |
| Hex | F4 | 65 | DB | 0 | 3B | A | 4 | 136 | 57 | 44 |
| Octal | 364 | 145 | 333 | 0 | 73 | 12 | 4 | 466 | 127 | 104 |
| Binary | 11110100 | 1100101 | 11011011 | 0 | 111011 | 1010 | 100 | 100110110 | 1010111 | 1000100 |
Color Harmonies of #F465DB
Complementary color
Monochromatic Colors of #F465DB
Black with #F465DB
Text Example
Text Example
White with #F465DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465DB; }
p { color: rgb(244,101,219); }
H1.HeaderClassName
{
color: #F465DB;
}
.AnyTagClassName
{
color: #F465DB;
}
</style>
background-color css
<style>
a { background-color: #F465DB; }
a { background-color: rgb(244,101,219); }
div.DivClassName
{
background-color: #F465DB;
}
.BgClassName
{
background-color: #F465DB;
}
</style>
border-color css
<style>
span { border-color: #F465DB; }
span { border-color: rgb(244,101,219); }
td.TdClassName
{
border-color: #F465DB;
}
.TagClassName
{
border-color: #F465DB;
}
</style>