Html Css Color HEX #F260DD Free Speech Magenta
📋 copy color: '#F260DD'red 242 ◦ green 96 ◦ blue 221
Shades of Free Speech Magenta #F260DD
Tints of Free Speech Magenta #F260DD
RGB
CMYK
RGB Variations
Color information
#F260DD (or 0xF260DD) is known color: Free Speech Magenta. HEX triplet: F2, 60 and DD. RGB value is (242,96,221). Sum of RGB (Red+Green+Blue) = 242+96+221=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F260DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260DD is #0D9F22. Grayscale: #999999. Windows color (decimal): -892707 or 14508274. OLE color: 14508274.
HSL color Cylindrical-coordinate representation of color #F260DD: hue angle of 308.63º 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 #F260DD is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 221 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.05 |
| HSL | 308.63º | 0.85% | 0.66% | - |
| HSV(B) | 308.63º | 0.6% | 0.95% | - |
| XYZ | 53.85 | 32.46 | 71.83 | - |
| YUV | 153.9 | 165.87 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 221 | 0 | 0.60 | 0.09 | 0.05 | 308.63 | 0.85 | 0.66 |
| Hex | F2 | 60 | DD | 0 | 3C | 9 | 5 | 135 | 55 | 42 |
| Octal | 362 | 140 | 335 | 0 | 74 | 11 | 5 | 465 | 125 | 102 |
| Binary | 11110010 | 1100000 | 11011101 | 0 | 111100 | 1001 | 101 | 100110101 | 1010101 | 1000010 |
Color Harmonies of #F260DD
Complementary color
Monochromatic Colors of #F260DD
Black with #F260DD
Text Example
Text Example
White with #F260DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260DD; }
p { color: rgb(242,96,221); }
H1.HeaderClassName
{
color: #F260DD;
}
.AnyTagClassName
{
color: #F260DD;
}
</style>
background-color css
<style>
a { background-color: #F260DD; }
a { background-color: rgb(242,96,221); }
div.DivClassName
{
background-color: #F260DD;
}
.BgClassName
{
background-color: #F260DD;
}
</style>
border-color css
<style>
span { border-color: #F260DD; }
span { border-color: rgb(242,96,221); }
td.TdClassName
{
border-color: #F260DD;
}
.TagClassName
{
border-color: #F260DD;
}
</style>