Html Css Color HEX #F464DF Free Speech Magenta
📋 copy color: '#F464DF'red 244 ◦ green 100 ◦ blue 223
Shades of Free Speech Magenta #F464DF
Tints of Free Speech Magenta #F464DF
RGB
CMYK
RGB Variations
Color information
#F464DF (or 0xF464DF) is known color: Free Speech Magenta. HEX triplet: F4, 64 and DF. RGB value is (244,100,223). Sum of RGB (Red+Green+Blue) = 244+100+223=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F464DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464DF is #0B9B20. Grayscale: #9C9C9C. Windows color (decimal): -760609 or 14640372. OLE color: 14640372.
HSL color Cylindrical-coordinate representation of color #F464DF: hue angle of 308.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464DF is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 223 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.04 |
| HSL | 308.75º | 0.87% | 0.67% | - |
| HSV(B) | 308.75º | 0.59% | 0.96% | - |
| XYZ | 55.18 | 33.68 | 73.4 | - |
| YUV | 157.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 223 | 0 | 0.59 | 0.09 | 0.04 | 308.75 | 0.87 | 0.67 |
| Hex | F4 | 64 | DF | 0 | 3B | 9 | 4 | 135 | 57 | 43 |
| Octal | 364 | 144 | 337 | 0 | 73 | 11 | 4 | 465 | 127 | 103 |
| Binary | 11110100 | 1100100 | 11011111 | 0 | 111011 | 1001 | 100 | 100110101 | 1010111 | 1000011 |
Color Harmonies of #F464DF
Complementary color
Monochromatic Colors of #F464DF
Black with #F464DF
Text Example
Text Example
White with #F464DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464DF; }
p { color: rgb(244,100,223); }
H1.HeaderClassName
{
color: #F464DF;
}
.AnyTagClassName
{
color: #F464DF;
}
</style>
background-color css
<style>
a { background-color: #F464DF; }
a { background-color: rgb(244,100,223); }
div.DivClassName
{
background-color: #F464DF;
}
.BgClassName
{
background-color: #F464DF;
}
</style>
border-color css
<style>
span { border-color: #F464DF; }
span { border-color: rgb(244,100,223); }
td.TdClassName
{
border-color: #F464DF;
}
.TagClassName
{
border-color: #F464DF;
}
</style>