Html Css Color HEX #F260DF Free Speech Magenta
📋 copy color: '#F260DF'red 242 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #F260DF
Tints of Free Speech Magenta #F260DF
RGB
CMYK
RGB Variations
Color information
#F260DF (or 0xF260DF) is known color: Free Speech Magenta. HEX triplet: F2, 60 and DF. RGB value is (242,96,223). Sum of RGB (Red+Green+Blue) = 242+96+223=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F260DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260DF is #0D9F20. Grayscale: #999999. Windows color (decimal): -892705 or 14639346. OLE color: 14639346.
HSL color Cylindrical-coordinate representation of color #F260DF: hue angle of 307.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F260DF is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 223 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.05 |
| HSL | 307.81º | 0.85% | 0.66% | - |
| HSV(B) | 307.81º | 0.6% | 0.95% | - |
| XYZ | 54.12 | 32.57 | 73.25 | - |
| YUV | 154.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 223 | 0 | 0.60 | 0.08 | 0.05 | 307.81 | 0.85 | 0.66 |
| Hex | F2 | 60 | DF | 0 | 3C | 8 | 5 | 134 | 55 | 42 |
| Octal | 362 | 140 | 337 | 0 | 74 | 10 | 5 | 464 | 125 | 102 |
| Binary | 11110010 | 1100000 | 11011111 | 0 | 111100 | 1000 | 101 | 100110100 | 1010101 | 1000010 |
Color Harmonies of #F260DF
Complementary color
Monochromatic Colors of #F260DF
Black with #F260DF
Text Example
Text Example
White with #F260DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260DF; }
p { color: rgb(242,96,223); }
H1.HeaderClassName
{
color: #F260DF;
}
.AnyTagClassName
{
color: #F260DF;
}
</style>
background-color css
<style>
a { background-color: #F260DF; }
a { background-color: rgb(242,96,223); }
div.DivClassName
{
background-color: #F260DF;
}
.BgClassName
{
background-color: #F260DF;
}
</style>
border-color css
<style>
span { border-color: #F260DF; }
span { border-color: rgb(242,96,223); }
td.TdClassName
{
border-color: #F260DF;
}
.TagClassName
{
border-color: #F260DF;
}
</style>