Html Css Color HEX #F06BDD Free Speech Magenta
📋 copy color: '#F06BDD'red 240 ◦ green 107 ◦ blue 221
Shades of Free Speech Magenta #F06BDD
Tints of Free Speech Magenta #F06BDD
RGB
CMYK
RGB Variations
Color information
#F06BDD (or 0xF06BDD) is known color: Free Speech Magenta. HEX triplet: F0, 6B and DD. RGB value is (240,107,221). Sum of RGB (Red+Green+Blue) = 240+107+221=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BDD is #0F9422. Grayscale: #9F9F9F. Windows color (decimal): -1020963 or 14511088. OLE color: 14511088.
HSL color Cylindrical-coordinate representation of color #F06BDD: hue angle of 308.57º 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 #F06BDD is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 221 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.06 |
| HSL | 308.57º | 0.82% | 0.68% | - |
| HSV(B) | 308.57º | 0.55% | 0.94% | - |
| XYZ | 54.24 | 34.26 | 72.16 | - |
| YUV | 159.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 221 | 0 | 0.55 | 0.08 | 0.06 | 308.57 | 0.82 | 0.68 |
| Hex | F0 | 6B | DD | 0 | 37 | 8 | 6 | 135 | 52 | 44 |
| Octal | 360 | 153 | 335 | 0 | 67 | 10 | 6 | 465 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11011101 | 0 | 110111 | 1000 | 110 | 100110101 | 1010010 | 1000100 |
Color Harmonies of #F06BDD
Complementary color
Monochromatic Colors of #F06BDD
Black with #F06BDD
Text Example
Text Example
White with #F06BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BDD; }
p { color: rgb(240,107,221); }
H1.HeaderClassName
{
color: #F06BDD;
}
.AnyTagClassName
{
color: #F06BDD;
}
</style>
background-color css
<style>
a { background-color: #F06BDD; }
a { background-color: rgb(240,107,221); }
div.DivClassName
{
background-color: #F06BDD;
}
.BgClassName
{
background-color: #F06BDD;
}
</style>
border-color css
<style>
span { border-color: #F06BDD; }
span { border-color: rgb(240,107,221); }
td.TdClassName
{
border-color: #F06BDD;
}
.TagClassName
{
border-color: #F06BDD;
}
</style>