Html Css Color HEX #F74FDD Free Speech Magenta
📋 copy color: '#F74FDD'red 247 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #F74FDD
Tints of Free Speech Magenta #F74FDD
RGB
CMYK
RGB Variations
Color information
#F74FDD (or 0xF74FDD) is known color: Free Speech Magenta. HEX triplet: F7, 4F and DD. RGB value is (247,79,221). Sum of RGB (Red+Green+Blue) = 247+79+221=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 79 (31.25% from 255 or 14.44% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FDD is #08B022. Grayscale: #919191. Windows color (decimal): -569379 or 14503927. OLE color: 14503927.
HSL color Cylindrical-coordinate representation of color #F74FDD: hue angle of 309.29º 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 #F74FDD is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 221 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.03 |
| HSL | 309.29º | 0.91% | 0.64% | - |
| HSV(B) | 309.29º | 0.68% | 0.97% | - |
| XYZ | 54.2 | 30.59 | 71.45 | - |
| YUV | 145.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 221 | 0 | 0.68 | 0.11 | 0.03 | 309.29 | 0.91 | 0.64 |
| Hex | F7 | 4F | DD | 0 | 44 | B | 3 | 135 | 5B | 40 |
| Octal | 367 | 117 | 335 | 0 | 104 | 13 | 3 | 465 | 133 | 100 |
| Binary | 11110111 | 1001111 | 11011101 | 0 | 1000100 | 1011 | 11 | 100110101 | 1011011 | 1000000 |
Color Harmonies of #F74FDD
Complementary color
Monochromatic Colors of #F74FDD
Black with #F74FDD
Text Example
Text Example
White with #F74FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FDD; }
p { color: rgb(247,79,221); }
H1.HeaderClassName
{
color: #F74FDD;
}
.AnyTagClassName
{
color: #F74FDD;
}
</style>
background-color css
<style>
a { background-color: #F74FDD; }
a { background-color: rgb(247,79,221); }
div.DivClassName
{
background-color: #F74FDD;
}
.BgClassName
{
background-color: #F74FDD;
}
</style>
border-color css
<style>
span { border-color: #F74FDD; }
span { border-color: rgb(247,79,221); }
td.TdClassName
{
border-color: #F74FDD;
}
.TagClassName
{
border-color: #F74FDD;
}
</style>