Html Css Color HEX #F260D5 Free Speech Magenta
📋 copy color: '#F260D5'red 242 ◦ green 96 ◦ blue 213
Shades of Free Speech Magenta #F260D5
Tints of Free Speech Magenta #F260D5
RGB
CMYK
RGB Variations
Color information
#F260D5 (or 0xF260D5) is known color: Free Speech Magenta. HEX triplet: F2, 60 and D5. RGB value is (242,96,213). Sum of RGB (Red+Green+Blue) = 242+96+213=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F260D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260D5 is #0D9F2A. Grayscale: #989898. Windows color (decimal): -892715 or 13983986. OLE color: 13983986.
HSL color Cylindrical-coordinate representation of color #F260D5: hue angle of 311.92º 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 #F260D5 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 213 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.05 |
| HSL | 311.92º | 0.85% | 0.66% | - |
| HSV(B) | 311.92º | 0.6% | 0.95% | - |
| XYZ | 52.81 | 32.05 | 66.35 | - |
| YUV | 152.99 | 161.87 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 213 | 0 | 0.60 | 0.12 | 0.05 | 311.92 | 0.85 | 0.66 |
| Hex | F2 | 60 | D5 | 0 | 3C | C | 5 | 138 | 55 | 42 |
| Octal | 362 | 140 | 325 | 0 | 74 | 14 | 5 | 470 | 125 | 102 |
| Binary | 11110010 | 1100000 | 11010101 | 0 | 111100 | 1100 | 101 | 100111000 | 1010101 | 1000010 |
Color Harmonies of #F260D5
Complementary color
Monochromatic Colors of #F260D5
Black with #F260D5
Text Example
Text Example
White with #F260D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260D5; }
p { color: rgb(242,96,213); }
H1.HeaderClassName
{
color: #F260D5;
}
.AnyTagClassName
{
color: #F260D5;
}
</style>
background-color css
<style>
a { background-color: #F260D5; }
a { background-color: rgb(242,96,213); }
div.DivClassName
{
background-color: #F260D5;
}
.BgClassName
{
background-color: #F260D5;
}
</style>
border-color css
<style>
span { border-color: #F260D5; }
span { border-color: rgb(242,96,213); }
td.TdClassName
{
border-color: #F260D5;
}
.TagClassName
{
border-color: #F260D5;
}
</style>