Html Css Color HEX #F466DF Free Speech Magenta
📋 copy color: '#F466DF'red 244 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #F466DF
Tints of Free Speech Magenta #F466DF
RGB
CMYK
RGB Variations
Color information
#F466DF (or 0xF466DF) is known color: Free Speech Magenta. HEX triplet: F4, 66 and DF. RGB value is (244,102,223). Sum of RGB (Red+Green+Blue) = 244+102+223=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F466DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F466DF is #0B9920. Grayscale: #9D9D9D. Windows color (decimal): -760097 or 14640884. OLE color: 14640884.
HSL color Cylindrical-coordinate representation of color #F466DF: hue angle of 308.87º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F466DF is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 223 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.04 |
| HSL | 308.87º | 0.87% | 0.68% | - |
| HSV(B) | 308.87º | 0.58% | 0.96% | - |
| XYZ | 55.38 | 34.06 | 73.47 | - |
| YUV | 158.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 223 | 0 | 0.58 | 0.09 | 0.04 | 308.87 | 0.87 | 0.68 |
| Hex | F4 | 66 | DF | 0 | 3A | 9 | 4 | 135 | 57 | 44 |
| Octal | 364 | 146 | 337 | 0 | 72 | 11 | 4 | 465 | 127 | 104 |
| Binary | 11110100 | 1100110 | 11011111 | 0 | 111010 | 1001 | 100 | 100110101 | 1010111 | 1000100 |
Color Harmonies of #F466DF
Complementary color
Monochromatic Colors of #F466DF
Black with #F466DF
Text Example
Text Example
White with #F466DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466DF; }
p { color: rgb(244,102,223); }
H1.HeaderClassName
{
color: #F466DF;
}
.AnyTagClassName
{
color: #F466DF;
}
</style>
background-color css
<style>
a { background-color: #F466DF; }
a { background-color: rgb(244,102,223); }
div.DivClassName
{
background-color: #F466DF;
}
.BgClassName
{
background-color: #F466DF;
}
</style>
border-color css
<style>
span { border-color: #F466DF; }
span { border-color: rgb(244,102,223); }
td.TdClassName
{
border-color: #F466DF;
}
.TagClassName
{
border-color: #F466DF;
}
</style>