Html Css Color HEX #F74FDE Free Speech Magenta
📋 copy color: '#F74FDE'red 247 ◦ green 79 ◦ blue 222
Shades of Free Speech Magenta #F74FDE
Tints of Free Speech Magenta #F74FDE
RGB
CMYK
RGB Variations
Color information
#F74FDE (or 0xF74FDE) is known color: Free Speech Magenta. HEX triplet: F7, 4F and DE. RGB value is (247,79,222). Sum of RGB (Red+Green+Blue) = 247+79+222=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FDE is #08B021. Grayscale: #919191. Windows color (decimal): -569378 or 14569463. OLE color: 14569463.
HSL color Cylindrical-coordinate representation of color #F74FDE: hue angle of 308.93º 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 #F74FDE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 222 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.03 |
| HSL | 308.93º | 0.91% | 0.64% | - |
| HSV(B) | 308.93º | 0.68% | 0.97% | - |
| XYZ | 54.34 | 30.64 | 72.16 | - |
| YUV | 145.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 222 | 0 | 0.68 | 0.10 | 0.03 | 308.93 | 0.91 | 0.64 |
| Hex | F7 | 4F | DE | 0 | 44 | A | 3 | 135 | 5B | 40 |
| Octal | 367 | 117 | 336 | 0 | 104 | 12 | 3 | 465 | 133 | 100 |
| Binary | 11110111 | 1001111 | 11011110 | 0 | 1000100 | 1010 | 11 | 100110101 | 1011011 | 1000000 |
Color Harmonies of #F74FDE
Complementary color
Monochromatic Colors of #F74FDE
Black with #F74FDE
Text Example
Text Example
White with #F74FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FDE; }
p { color: rgb(247,79,222); }
H1.HeaderClassName
{
color: #F74FDE;
}
.AnyTagClassName
{
color: #F74FDE;
}
</style>
background-color css
<style>
a { background-color: #F74FDE; }
a { background-color: rgb(247,79,222); }
div.DivClassName
{
background-color: #F74FDE;
}
.BgClassName
{
background-color: #F74FDE;
}
</style>
border-color css
<style>
span { border-color: #F74FDE; }
span { border-color: rgb(247,79,222); }
td.TdClassName
{
border-color: #F74FDE;
}
.TagClassName
{
border-color: #F74FDE;
}
</style>