Html Css Color HEX #F06BDF Free Speech Magenta
📋 copy color: '#F06BDF'red 240 ◦ green 107 ◦ blue 223
Shades of Free Speech Magenta #F06BDF
Tints of Free Speech Magenta #F06BDF
RGB
CMYK
RGB Variations
Color information
#F06BDF (or 0xF06BDF) is known color: Free Speech Magenta. HEX triplet: F0, 6B and DF. RGB value is (240,107,223). Sum of RGB (Red+Green+Blue) = 240+107+223=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BDF is #0F9420. Grayscale: #9F9F9F. Windows color (decimal): -1020961 or 14642160. OLE color: 14642160.
HSL color Cylindrical-coordinate representation of color #F06BDF: hue angle of 307.67º 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 #F06BDF is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 223 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.06 |
| HSL | 307.67º | 0.82% | 0.68% | - |
| HSV(B) | 307.67º | 0.55% | 0.94% | - |
| XYZ | 54.51 | 34.37 | 73.57 | - |
| YUV | 159.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 223 | 0 | 0.55 | 0.07 | 0.06 | 307.67 | 0.82 | 0.68 |
| Hex | F0 | 6B | DF | 0 | 37 | 7 | 6 | 134 | 52 | 44 |
| Octal | 360 | 153 | 337 | 0 | 67 | 7 | 6 | 464 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11011111 | 0 | 110111 | 111 | 110 | 100110100 | 1010010 | 1000100 |
Color Harmonies of #F06BDF
Complementary color
Monochromatic Colors of #F06BDF
Black with #F06BDF
Text Example
Text Example
White with #F06BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BDF; }
p { color: rgb(240,107,223); }
H1.HeaderClassName
{
color: #F06BDF;
}
.AnyTagClassName
{
color: #F06BDF;
}
</style>
background-color css
<style>
a { background-color: #F06BDF; }
a { background-color: rgb(240,107,223); }
div.DivClassName
{
background-color: #F06BDF;
}
.BgClassName
{
background-color: #F06BDF;
}
</style>
border-color css
<style>
span { border-color: #F06BDF; }
span { border-color: rgb(240,107,223); }
td.TdClassName
{
border-color: #F06BDF;
}
.TagClassName
{
border-color: #F06BDF;
}
</style>