Html Css Color HEX #F749DF Free Speech Magenta
📋 copy color: '#F749DF'red 247 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #F749DF
Tints of Free Speech Magenta #F749DF
RGB
CMYK
RGB Variations
Color information
#F749DF (or 0xF749DF) is known color: Free Speech Magenta. HEX triplet: F7, 49 and DF. RGB value is (247,73,223). Sum of RGB (Red+Green+Blue) = 247+73+223=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F749DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749DF is #08B620. Grayscale: #8D8D8D. Windows color (decimal): -570913 or 14633463. OLE color: 14633463.
HSL color Cylindrical-coordinate representation of color #F749DF: hue angle of 308.28º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F749DF is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 223 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.03 |
| HSL | 308.28º | 0.92% | 0.63% | - |
| HSV(B) | 308.28º | 0.7% | 0.97% | - |
| XYZ | 54.06 | 29.87 | 72.73 | - |
| YUV | 142.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 223 | 0 | 0.70 | 0.10 | 0.03 | 308.28 | 0.92 | 0.63 |
| Hex | F7 | 49 | DF | 0 | 46 | A | 3 | 134 | 5C | 3F |
| Octal | 367 | 111 | 337 | 0 | 106 | 12 | 3 | 464 | 134 | 77 |
| Binary | 11110111 | 1001001 | 11011111 | 0 | 1000110 | 1010 | 11 | 100110100 | 1011100 | 111111 |
Color Harmonies of #F749DF
Complementary color
Monochromatic Colors of #F749DF
Black with #F749DF
Text Example
Text Example
White with #F749DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F749DF; }
p { color: rgb(247,73,223); }
H1.HeaderClassName
{
color: #F749DF;
}
.AnyTagClassName
{
color: #F749DF;
}
</style>
background-color css
<style>
a { background-color: #F749DF; }
a { background-color: rgb(247,73,223); }
div.DivClassName
{
background-color: #F749DF;
}
.BgClassName
{
background-color: #F749DF;
}
</style>
border-color css
<style>
span { border-color: #F749DF; }
span { border-color: rgb(247,73,223); }
td.TdClassName
{
border-color: #F749DF;
}
.TagClassName
{
border-color: #F749DF;
}
</style>