Html Css Color HEX #F74FDC Free Speech Magenta
📋 copy color: '#F74FDC'red 247 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #F74FDC
Tints of Free Speech Magenta #F74FDC
RGB
CMYK
RGB Variations
Color information
#F74FDC (or 0xF74FDC) is known color: Free Speech Magenta. HEX triplet: F7, 4F and DC. RGB value is (247,79,220). Sum of RGB (Red+Green+Blue) = 247+79+220=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 79 (31.25% from 255 or 14.47% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FDC is #08B023. Grayscale: #909090. Windows color (decimal): -569380 or 14438391. OLE color: 14438391.
HSL color Cylindrical-coordinate representation of color #F74FDC: hue angle of 309.64º 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 #F74FDC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 220 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.03 |
| HSL | 309.64º | 0.91% | 0.64% | - |
| HSV(B) | 309.64º | 0.68% | 0.97% | - |
| XYZ | 54.07 | 30.53 | 70.75 | - |
| YUV | 145.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 220 | 0 | 0.68 | 0.11 | 0.03 | 309.64 | 0.91 | 0.64 |
| Hex | F7 | 4F | DC | 0 | 44 | B | 3 | 136 | 5B | 40 |
| Octal | 367 | 117 | 334 | 0 | 104 | 13 | 3 | 466 | 133 | 100 |
| Binary | 11110111 | 1001111 | 11011100 | 0 | 1000100 | 1011 | 11 | 100110110 | 1011011 | 1000000 |
Color Harmonies of #F74FDC
Complementary color
Monochromatic Colors of #F74FDC
Black with #F74FDC
Text Example
Text Example
White with #F74FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FDC; }
p { color: rgb(247,79,220); }
H1.HeaderClassName
{
color: #F74FDC;
}
.AnyTagClassName
{
color: #F74FDC;
}
</style>
background-color css
<style>
a { background-color: #F74FDC; }
a { background-color: rgb(247,79,220); }
div.DivClassName
{
background-color: #F74FDC;
}
.BgClassName
{
background-color: #F74FDC;
}
</style>
border-color css
<style>
span { border-color: #F74FDC; }
span { border-color: rgb(247,79,220); }
td.TdClassName
{
border-color: #F74FDC;
}
.TagClassName
{
border-color: #F74FDC;
}
</style>