Html Css Color HEX #F260E6 Free Speech Magenta
📋 copy color: '#F260E6'red 242 ◦ green 96 ◦ blue 230
Shades of Free Speech Magenta #F260E6
Tints of Free Speech Magenta #F260E6
RGB
CMYK
RGB Variations
Color information
#F260E6 (or 0xF260E6) is known color: Free Speech Magenta. HEX triplet: F2, 60 and E6. RGB value is (242,96,230). Sum of RGB (Red+Green+Blue) = 242+96+230=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F260E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260E6 is #0D9F19. Grayscale: #9A9A9A. Windows color (decimal): -892698 or 15098098. OLE color: 15098098.
HSL color Cylindrical-coordinate representation of color #F260E6: hue angle of 304.93º 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 #F260E6 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 230 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.05 |
| HSL | 304.93º | 0.85% | 0.66% | - |
| HSV(B) | 304.93º | 0.6% | 0.95% | - |
| XYZ | 55.08 | 32.96 | 78.32 | - |
| YUV | 154.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 230 | 0 | 0.60 | 0.05 | 0.05 | 304.93 | 0.85 | 0.66 |
| Hex | F2 | 60 | E6 | 0 | 3C | 5 | 5 | 131 | 55 | 42 |
| Octal | 362 | 140 | 346 | 0 | 74 | 5 | 5 | 461 | 125 | 102 |
| Binary | 11110010 | 1100000 | 11100110 | 0 | 111100 | 101 | 101 | 100110001 | 1010101 | 1000010 |
Color Harmonies of #F260E6
Complementary color
Monochromatic Colors of #F260E6
Black with #F260E6
Text Example
Text Example
White with #F260E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260E6; }
p { color: rgb(242,96,230); }
H1.HeaderClassName
{
color: #F260E6;
}
.AnyTagClassName
{
color: #F260E6;
}
</style>
background-color css
<style>
a { background-color: #F260E6; }
a { background-color: rgb(242,96,230); }
div.DivClassName
{
background-color: #F260E6;
}
.BgClassName
{
background-color: #F260E6;
}
</style>
border-color css
<style>
span { border-color: #F260E6; }
span { border-color: rgb(242,96,230); }
td.TdClassName
{
border-color: #F260E6;
}
.TagClassName
{
border-color: #F260E6;
}
</style>