Html Css Color HEX #F260DC Free Speech Magenta
📋 copy color: '#F260DC'red 242 ◦ green 96 ◦ blue 220
Shades of Free Speech Magenta #F260DC
Tints of Free Speech Magenta #F260DC
RGB
CMYK
RGB Variations
Color information
#F260DC (or 0xF260DC) is known color: Free Speech Magenta. HEX triplet: F2, 60 and DC. RGB value is (242,96,220). Sum of RGB (Red+Green+Blue) = 242+96+220=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F260DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260DC is #0D9F23. Grayscale: #999999. Windows color (decimal): -892708 or 14442738. OLE color: 14442738.
HSL color Cylindrical-coordinate representation of color #F260DC: hue angle of 309.04º 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 #F260DC is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 220 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.05 |
| HSL | 309.04º | 0.85% | 0.66% | - |
| HSV(B) | 309.04º | 0.6% | 0.95% | - |
| XYZ | 53.72 | 32.41 | 71.13 | - |
| YUV | 153.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 220 | 0 | 0.60 | 0.09 | 0.05 | 309.04 | 0.85 | 0.66 |
| Hex | F2 | 60 | DC | 0 | 3C | 9 | 5 | 135 | 55 | 42 |
| Octal | 362 | 140 | 334 | 0 | 74 | 11 | 5 | 465 | 125 | 102 |
| Binary | 11110010 | 1100000 | 11011100 | 0 | 111100 | 1001 | 101 | 100110101 | 1010101 | 1000010 |
Color Harmonies of #F260DC
Complementary color
Monochromatic Colors of #F260DC
Black with #F260DC
Text Example
Text Example
White with #F260DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260DC; }
p { color: rgb(242,96,220); }
H1.HeaderClassName
{
color: #F260DC;
}
.AnyTagClassName
{
color: #F260DC;
}
</style>
background-color css
<style>
a { background-color: #F260DC; }
a { background-color: rgb(242,96,220); }
div.DivClassName
{
background-color: #F260DC;
}
.BgClassName
{
background-color: #F260DC;
}
</style>
border-color css
<style>
span { border-color: #F260DC; }
span { border-color: rgb(242,96,220); }
td.TdClassName
{
border-color: #F260DC;
}
.TagClassName
{
border-color: #F260DC;
}
</style>