Html Css Color HEX #F068DF Free Speech Magenta
📋 copy color: '#F068DF'red 240 ◦ green 104 ◦ blue 223
Shades of Free Speech Magenta #F068DF
Tints of Free Speech Magenta #F068DF
RGB
CMYK
RGB Variations
Color information
#F068DF (or 0xF068DF) is known color: Free Speech Magenta. HEX triplet: F0, 68 and DF. RGB value is (240,104,223). Sum of RGB (Red+Green+Blue) = 240+104+223=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F068DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068DF is #0F9720. Grayscale: #9D9D9D. Windows color (decimal): -1021729 or 14641392. OLE color: 14641392.
HSL color Cylindrical-coordinate representation of color #F068DF: hue angle of 307.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F068DF is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 223 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.06 |
| HSL | 307.5º | 0.82% | 0.67% | - |
| HSV(B) | 307.5º | 0.57% | 0.94% | - |
| XYZ | 54.2 | 33.75 | 73.47 | - |
| YUV | 158.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 223 | 0 | 0.57 | 0.07 | 0.06 | 307.5 | 0.82 | 0.67 |
| Hex | F0 | 68 | DF | 0 | 39 | 7 | 6 | 134 | 52 | 43 |
| Octal | 360 | 150 | 337 | 0 | 71 | 7 | 6 | 464 | 122 | 103 |
| Binary | 11110000 | 1101000 | 11011111 | 0 | 111001 | 111 | 110 | 100110100 | 1010010 | 1000011 |
Color Harmonies of #F068DF
Complementary color
Monochromatic Colors of #F068DF
Black with #F068DF
Text Example
Text Example
White with #F068DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068DF; }
p { color: rgb(240,104,223); }
H1.HeaderClassName
{
color: #F068DF;
}
.AnyTagClassName
{
color: #F068DF;
}
</style>
background-color css
<style>
a { background-color: #F068DF; }
a { background-color: rgb(240,104,223); }
div.DivClassName
{
background-color: #F068DF;
}
.BgClassName
{
background-color: #F068DF;
}
</style>
border-color css
<style>
span { border-color: #F068DF; }
span { border-color: rgb(240,104,223); }
td.TdClassName
{
border-color: #F068DF;
}
.TagClassName
{
border-color: #F068DF;
}
</style>