Html Css Color HEX #F046DC Free Speech Magenta
📋 copy color: '#F046DC'red 240 ◦ green 70 ◦ blue 220
Shades of Free Speech Magenta #F046DC
Tints of Free Speech Magenta #F046DC
RGB
CMYK
RGB Variations
Color information
#F046DC (or 0xF046DC) is known color: Free Speech Magenta. HEX triplet: F0, 46 and DC. RGB value is (240,70,220). Sum of RGB (Red+Green+Blue) = 240+70+220=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 70 (27.73% from 255 or 13.21% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F046DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046DC is #0FB923. Grayscale: #898989. Windows color (decimal): -1030436 or 14436080. OLE color: 14436080.
HSL color Cylindrical-coordinate representation of color #F046DC: hue angle of 307.06º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046DC is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 220 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.06 |
| HSL | 307.06º | 0.85% | 0.61% | - |
| HSV(B) | 307.06º | 0.71% | 0.94% | - |
| XYZ | 51.04 | 28.07 | 70.44 | - |
| YUV | 137.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 220 | 0 | 0.71 | 0.08 | 0.06 | 307.06 | 0.85 | 0.61 |
| Hex | F0 | 46 | DC | 0 | 47 | 8 | 6 | 133 | 55 | 3D |
| Octal | 360 | 106 | 334 | 0 | 107 | 10 | 6 | 463 | 125 | 75 |
| Binary | 11110000 | 1000110 | 11011100 | 0 | 1000111 | 1000 | 110 | 100110011 | 1010101 | 111101 |
Color Harmonies of #F046DC
Complementary color
Monochromatic Colors of #F046DC
Black with #F046DC
Text Example
Text Example
White with #F046DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046DC; }
p { color: rgb(240,70,220); }
H1.HeaderClassName
{
color: #F046DC;
}
.AnyTagClassName
{
color: #F046DC;
}
</style>
background-color css
<style>
a { background-color: #F046DC; }
a { background-color: rgb(240,70,220); }
div.DivClassName
{
background-color: #F046DC;
}
.BgClassName
{
background-color: #F046DC;
}
</style>
border-color css
<style>
span { border-color: #F046DC; }
span { border-color: rgb(240,70,220); }
td.TdClassName
{
border-color: #F046DC;
}
.TagClassName
{
border-color: #F046DC;
}
</style>