Html Css Color HEX #F06BDC Free Speech Magenta
📋 copy color: '#F06BDC'red 240 ◦ green 107 ◦ blue 220
Shades of Free Speech Magenta #F06BDC
Tints of Free Speech Magenta #F06BDC
RGB
CMYK
RGB Variations
Color information
#F06BDC (or 0xF06BDC) is known color: Free Speech Magenta. HEX triplet: F0, 6B and DC. RGB value is (240,107,220). Sum of RGB (Red+Green+Blue) = 240+107+220=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BDC is #0F9423. Grayscale: #9F9F9F. Windows color (decimal): -1020964 or 14445552. OLE color: 14445552.
HSL color Cylindrical-coordinate representation of color #F06BDC: hue angle of 309.02º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BDC is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 220 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.06 |
| HSL | 309.02º | 0.82% | 0.68% | - |
| HSV(B) | 309.02º | 0.55% | 0.94% | - |
| XYZ | 54.11 | 34.21 | 71.46 | - |
| YUV | 159.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 220 | 0 | 0.55 | 0.08 | 0.06 | 309.02 | 0.82 | 0.68 |
| Hex | F0 | 6B | DC | 0 | 37 | 8 | 6 | 135 | 52 | 44 |
| Octal | 360 | 153 | 334 | 0 | 67 | 10 | 6 | 465 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11011100 | 0 | 110111 | 1000 | 110 | 100110101 | 1010010 | 1000100 |
Color Harmonies of #F06BDC
Complementary color
Monochromatic Colors of #F06BDC
Black with #F06BDC
Text Example
Text Example
White with #F06BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BDC; }
p { color: rgb(240,107,220); }
H1.HeaderClassName
{
color: #F06BDC;
}
.AnyTagClassName
{
color: #F06BDC;
}
</style>
background-color css
<style>
a { background-color: #F06BDC; }
a { background-color: rgb(240,107,220); }
div.DivClassName
{
background-color: #F06BDC;
}
.BgClassName
{
background-color: #F06BDC;
}
</style>
border-color css
<style>
span { border-color: #F06BDC; }
span { border-color: rgb(240,107,220); }
td.TdClassName
{
border-color: #F06BDC;
}
.TagClassName
{
border-color: #F06BDC;
}
</style>