Html Css Color HEX #F94FDC Free Speech Magenta
📋 copy color: '#F94FDC'red 249 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #F94FDC
Tints of Free Speech Magenta #F94FDC
RGB
CMYK
RGB Variations
Color information
#F94FDC (or 0xF94FDC) is known color: Free Speech Magenta. HEX triplet: F9, 4F and DC. RGB value is (249,79,220). Sum of RGB (Red+Green+Blue) = 249+79+220=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FDC is #06B023. Grayscale: #919191. Windows color (decimal): -438308 or 14438393. OLE color: 14438393.
HSL color Cylindrical-coordinate representation of color #F94FDC: hue angle of 310.24º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94FDC is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 220 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.02 |
| HSL | 310.24º | 0.93% | 0.64% | - |
| HSV(B) | 310.24º | 0.68% | 0.98% | - |
| XYZ | 54.78 | 30.9 | 70.79 | - |
| YUV | 145.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 220 | 0 | 0.68 | 0.12 | 0.02 | 310.24 | 0.93 | 0.64 |
| Hex | F9 | 4F | DC | 0 | 44 | C | 2 | 136 | 5D | 40 |
| Octal | 371 | 117 | 334 | 0 | 104 | 14 | 2 | 466 | 135 | 100 |
| Binary | 11111001 | 1001111 | 11011100 | 0 | 1000100 | 1100 | 10 | 100110110 | 1011101 | 1000000 |
Color Harmonies of #F94FDC
Complementary color
Monochromatic Colors of #F94FDC
Black with #F94FDC
Text Example
Text Example
White with #F94FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94FDC; }
p { color: rgb(249,79,220); }
H1.HeaderClassName
{
color: #F94FDC;
}
.AnyTagClassName
{
color: #F94FDC;
}
</style>
background-color css
<style>
a { background-color: #F94FDC; }
a { background-color: rgb(249,79,220); }
div.DivClassName
{
background-color: #F94FDC;
}
.BgClassName
{
background-color: #F94FDC;
}
</style>
border-color css
<style>
span { border-color: #F94FDC; }
span { border-color: rgb(249,79,220); }
td.TdClassName
{
border-color: #F94FDC;
}
.TagClassName
{
border-color: #F94FDC;
}
</style>