Html Css Color HEX #F74EDD Free Speech Magenta
📋 copy color: '#F74EDD'red 247 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #F74EDD
Tints of Free Speech Magenta #F74EDD
RGB
CMYK
RGB Variations
Color information
#F74EDD (or 0xF74EDD) is known color: Free Speech Magenta. HEX triplet: F7, 4E and DD. RGB value is (247,78,221). Sum of RGB (Red+Green+Blue) = 247+78+221=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F74EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74EDD is #08B122. Grayscale: #909090. Windows color (decimal): -569635 or 14503671. OLE color: 14503671.
HSL color Cylindrical-coordinate representation of color #F74EDD: hue angle of 309.23º 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 #F74EDD is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 221 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.03 |
| HSL | 309.23º | 0.91% | 0.64% | - |
| HSV(B) | 309.23º | 0.68% | 0.97% | - |
| XYZ | 54.13 | 30.44 | 71.43 | - |
| YUV | 144.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 221 | 0 | 0.68 | 0.11 | 0.03 | 309.23 | 0.91 | 0.64 |
| Hex | F7 | 4E | DD | 0 | 44 | B | 3 | 135 | 5B | 40 |
| Octal | 367 | 116 | 335 | 0 | 104 | 13 | 3 | 465 | 133 | 100 |
| Binary | 11110111 | 1001110 | 11011101 | 0 | 1000100 | 1011 | 11 | 100110101 | 1011011 | 1000000 |
Color Harmonies of #F74EDD
Complementary color
Monochromatic Colors of #F74EDD
Black with #F74EDD
Text Example
Text Example
White with #F74EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74EDD; }
p { color: rgb(247,78,221); }
H1.HeaderClassName
{
color: #F74EDD;
}
.AnyTagClassName
{
color: #F74EDD;
}
</style>
background-color css
<style>
a { background-color: #F74EDD; }
a { background-color: rgb(247,78,221); }
div.DivClassName
{
background-color: #F74EDD;
}
.BgClassName
{
background-color: #F74EDD;
}
</style>
border-color css
<style>
span { border-color: #F74EDD; }
span { border-color: rgb(247,78,221); }
td.TdClassName
{
border-color: #F74EDD;
}
.TagClassName
{
border-color: #F74EDD;
}
</style>