Html Css Color HEX #F74FDF Free Speech Magenta
📋 copy color: '#F74FDF'red 247 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #F74FDF
Tints of Free Speech Magenta #F74FDF
RGB
CMYK
RGB Variations
Color information
#F74FDF (or 0xF74FDF) is known color: Free Speech Magenta. HEX triplet: F7, 4F and DF. RGB value is (247,79,223). Sum of RGB (Red+Green+Blue) = 247+79+223=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 79 (31.25% from 255 or 14.39% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FDF is #08B020. Grayscale: #919191. Windows color (decimal): -569377 or 14634999. OLE color: 14634999.
HSL color Cylindrical-coordinate representation of color #F74FDF: hue angle of 308.57º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74FDF is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 223 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.03 |
| HSL | 308.57º | 0.91% | 0.64% | - |
| HSV(B) | 308.57º | 0.68% | 0.97% | - |
| XYZ | 54.47 | 30.69 | 72.87 | - |
| YUV | 145.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 223 | 0 | 0.68 | 0.10 | 0.03 | 308.57 | 0.91 | 0.64 |
| Hex | F7 | 4F | DF | 0 | 44 | A | 3 | 135 | 5B | 40 |
| Octal | 367 | 117 | 337 | 0 | 104 | 12 | 3 | 465 | 133 | 100 |
| Binary | 11110111 | 1001111 | 11011111 | 0 | 1000100 | 1010 | 11 | 100110101 | 1011011 | 1000000 |
Color Harmonies of #F74FDF
Complementary color
Monochromatic Colors of #F74FDF
Black with #F74FDF
Text Example
Text Example
White with #F74FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FDF; }
p { color: rgb(247,79,223); }
H1.HeaderClassName
{
color: #F74FDF;
}
.AnyTagClassName
{
color: #F74FDF;
}
</style>
background-color css
<style>
a { background-color: #F74FDF; }
a { background-color: rgb(247,79,223); }
div.DivClassName
{
background-color: #F74FDF;
}
.BgClassName
{
background-color: #F74FDF;
}
</style>
border-color css
<style>
span { border-color: #F74FDF; }
span { border-color: rgb(247,79,223); }
td.TdClassName
{
border-color: #F74FDF;
}
.TagClassName
{
border-color: #F74FDF;
}
</style>