Html Css Color HEX #F465DD Free Speech Magenta
📋 copy color: '#F465DD'red 244 ◦ green 101 ◦ blue 221
Shades of Free Speech Magenta #F465DD
Tints of Free Speech Magenta #F465DD
RGB
CMYK
RGB Variations
Color information
#F465DD (or 0xF465DD) is known color: Free Speech Magenta. HEX triplet: F4, 65 and DD. RGB value is (244,101,221). Sum of RGB (Red+Green+Blue) = 244+101+221=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F465DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465DD is #0B9A22. Grayscale: #9D9D9D. Windows color (decimal): -760355 or 14509556. OLE color: 14509556.
HSL color Cylindrical-coordinate representation of color #F465DD: hue angle of 309.65º 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 #F465DD is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 221 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.04 |
| HSL | 309.65º | 0.87% | 0.68% | - |
| HSV(B) | 309.65º | 0.59% | 0.96% | - |
| XYZ | 55.01 | 33.76 | 72.02 | - |
| YUV | 157.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 221 | 0 | 0.59 | 0.09 | 0.04 | 309.65 | 0.87 | 0.68 |
| Hex | F4 | 65 | DD | 0 | 3B | 9 | 4 | 136 | 57 | 44 |
| Octal | 364 | 145 | 335 | 0 | 73 | 11 | 4 | 466 | 127 | 104 |
| Binary | 11110100 | 1100101 | 11011101 | 0 | 111011 | 1001 | 100 | 100110110 | 1010111 | 1000100 |
Color Harmonies of #F465DD
Complementary color
Monochromatic Colors of #F465DD
Black with #F465DD
Text Example
Text Example
White with #F465DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465DD; }
p { color: rgb(244,101,221); }
H1.HeaderClassName
{
color: #F465DD;
}
.AnyTagClassName
{
color: #F465DD;
}
</style>
background-color css
<style>
a { background-color: #F465DD; }
a { background-color: rgb(244,101,221); }
div.DivClassName
{
background-color: #F465DD;
}
.BgClassName
{
background-color: #F465DD;
}
</style>
border-color css
<style>
span { border-color: #F465DD; }
span { border-color: rgb(244,101,221); }
td.TdClassName
{
border-color: #F465DD;
}
.TagClassName
{
border-color: #F465DD;
}
</style>