Html Css Color HEX #F067DF Free Speech Magenta
📋 copy color: '#F067DF'red 240 ◦ green 103 ◦ blue 223
Shades of Free Speech Magenta #F067DF
Tints of Free Speech Magenta #F067DF
RGB
CMYK
RGB Variations
Color information
#F067DF (or 0xF067DF) is known color: Free Speech Magenta. HEX triplet: F0, 67 and DF. RGB value is (240,103,223). Sum of RGB (Red+Green+Blue) = 240+103+223=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F067DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067DF is #0F9820. Grayscale: #9D9D9D. Windows color (decimal): -1021985 or 14641136. OLE color: 14641136.
HSL color Cylindrical-coordinate representation of color #F067DF: hue angle of 307.45º 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 #F067DF is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 223 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.06 |
| HSL | 307.45º | 0.82% | 0.67% | - |
| HSV(B) | 307.45º | 0.57% | 0.94% | - |
| XYZ | 54.1 | 33.55 | 73.44 | - |
| YUV | 157.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 223 | 0 | 0.57 | 0.07 | 0.06 | 307.45 | 0.82 | 0.67 |
| Hex | F0 | 67 | DF | 0 | 39 | 7 | 6 | 133 | 52 | 43 |
| Octal | 360 | 147 | 337 | 0 | 71 | 7 | 6 | 463 | 122 | 103 |
| Binary | 11110000 | 1100111 | 11011111 | 0 | 111001 | 111 | 110 | 100110011 | 1010010 | 1000011 |
Color Harmonies of #F067DF
Complementary color
Monochromatic Colors of #F067DF
Black with #F067DF
Text Example
Text Example
White with #F067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067DF; }
p { color: rgb(240,103,223); }
H1.HeaderClassName
{
color: #F067DF;
}
.AnyTagClassName
{
color: #F067DF;
}
</style>
background-color css
<style>
a { background-color: #F067DF; }
a { background-color: rgb(240,103,223); }
div.DivClassName
{
background-color: #F067DF;
}
.BgClassName
{
background-color: #F067DF;
}
</style>
border-color css
<style>
span { border-color: #F067DF; }
span { border-color: rgb(240,103,223); }
td.TdClassName
{
border-color: #F067DF;
}
.TagClassName
{
border-color: #F067DF;
}
</style>