Html Css Color HEX #F74DDC Free Speech Magenta
📋 copy color: '#F74DDC'red 247 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #F74DDC
Tints of Free Speech Magenta #F74DDC
RGB
CMYK
RGB Variations
Color information
#F74DDC (or 0xF74DDC) is known color: Free Speech Magenta. HEX triplet: F7, 4D and DC. RGB value is (247,77,220). Sum of RGB (Red+Green+Blue) = 247+77+220=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DDC is #08B223. Grayscale: #8F8F8F. Windows color (decimal): -569892 or 14437879. OLE color: 14437879.
HSL color Cylindrical-coordinate representation of color #F74DDC: hue angle of 309.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DDC is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 220 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.03 |
| HSL | 309.53º | 0.91% | 0.64% | - |
| HSV(B) | 309.53º | 0.69% | 0.97% | - |
| XYZ | 53.93 | 30.25 | 70.71 | - |
| YUV | 144.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 220 | 0 | 0.69 | 0.11 | 0.03 | 309.53 | 0.91 | 0.64 |
| Hex | F7 | 4D | DC | 0 | 45 | B | 3 | 136 | 5B | 40 |
| Octal | 367 | 115 | 334 | 0 | 105 | 13 | 3 | 466 | 133 | 100 |
| Binary | 11110111 | 1001101 | 11011100 | 0 | 1000101 | 1011 | 11 | 100110110 | 1011011 | 1000000 |
Color Harmonies of #F74DDC
Complementary color
Monochromatic Colors of #F74DDC
Black with #F74DDC
Text Example
Text Example
White with #F74DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DDC; }
p { color: rgb(247,77,220); }
H1.HeaderClassName
{
color: #F74DDC;
}
.AnyTagClassName
{
color: #F74DDC;
}
</style>
background-color css
<style>
a { background-color: #F74DDC; }
a { background-color: rgb(247,77,220); }
div.DivClassName
{
background-color: #F74DDC;
}
.BgClassName
{
background-color: #F74DDC;
}
</style>
border-color css
<style>
span { border-color: #F74DDC; }
span { border-color: rgb(247,77,220); }
td.TdClassName
{
border-color: #F74DDC;
}
.TagClassName
{
border-color: #F74DDC;
}
</style>