Html Css Color HEX #F467DF Free Speech Magenta
📋 copy color: '#F467DF'red 244 ◦ green 103 ◦ blue 223
Shades of Free Speech Magenta #F467DF
Tints of Free Speech Magenta #F467DF
RGB
CMYK
RGB Variations
Color information
#F467DF (or 0xF467DF) is known color: Free Speech Magenta. HEX triplet: F4, 67 and DF. RGB value is (244,103,223). Sum of RGB (Red+Green+Blue) = 244+103+223=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 103 (40.62% from 255 or 18.07% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F467DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F467DF is #0B9820. Grayscale: #9E9E9E. Windows color (decimal): -759841 or 14641140. OLE color: 14641140.
HSL color Cylindrical-coordinate representation of color #F467DF: hue angle of 308.94º 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 #F467DF is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 223 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.04 |
| HSL | 308.94º | 0.87% | 0.68% | - |
| HSV(B) | 308.94º | 0.58% | 0.96% | - |
| XYZ | 55.48 | 34.26 | 73.5 | - |
| YUV | 158.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 223 | 0 | 0.58 | 0.09 | 0.04 | 308.94 | 0.87 | 0.68 |
| Hex | F4 | 67 | DF | 0 | 3A | 9 | 4 | 135 | 57 | 44 |
| Octal | 364 | 147 | 337 | 0 | 72 | 11 | 4 | 465 | 127 | 104 |
| Binary | 11110100 | 1100111 | 11011111 | 0 | 111010 | 1001 | 100 | 100110101 | 1010111 | 1000100 |
Color Harmonies of #F467DF
Complementary color
Monochromatic Colors of #F467DF
Black with #F467DF
Text Example
Text Example
White with #F467DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F467DF; }
p { color: rgb(244,103,223); }
H1.HeaderClassName
{
color: #F467DF;
}
.AnyTagClassName
{
color: #F467DF;
}
</style>
background-color css
<style>
a { background-color: #F467DF; }
a { background-color: rgb(244,103,223); }
div.DivClassName
{
background-color: #F467DF;
}
.BgClassName
{
background-color: #F467DF;
}
</style>
border-color css
<style>
span { border-color: #F467DF; }
span { border-color: rgb(244,103,223); }
td.TdClassName
{
border-color: #F467DF;
}
.TagClassName
{
border-color: #F467DF;
}
</style>