Html Css Color HEX #F065E9 Free Speech Magenta
📋 copy color: '#F065E9'red 240 ◦ green 101 ◦ blue 233
Shades of Free Speech Magenta #F065E9
Tints of Free Speech Magenta #F065E9
RGB
CMYK
RGB Variations
Color information
#F065E9 (or 0xF065E9) is known color: Free Speech Magenta. HEX triplet: F0, 65 and E9. RGB value is (240,101,233). Sum of RGB (Red+Green+Blue) = 240+101+233=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F065E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065E9 is #0F9A16. Grayscale: #9D9D9D. Windows color (decimal): -1022487 or 15295984. OLE color: 15295984.
HSL color Cylindrical-coordinate representation of color #F065E9: hue angle of 303.02º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065E9 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 233 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.06 |
| HSL | 303.02º | 0.82% | 0.67% | - |
| HSV(B) | 303.02º | 0.58% | 0.94% | - |
| XYZ | 55.3 | 33.72 | 80.68 | - |
| YUV | 157.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 233 | 0 | 0.58 | 0.03 | 0.06 | 303.02 | 0.82 | 0.67 |
| Hex | F0 | 65 | E9 | 0 | 3A | 3 | 6 | 12F | 52 | 43 |
| Octal | 360 | 145 | 351 | 0 | 72 | 3 | 6 | 457 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11101001 | 0 | 111010 | 11 | 110 | 100101111 | 1010010 | 1000011 |
Color Harmonies of #F065E9
Complementary color
Monochromatic Colors of #F065E9
Black with #F065E9
Text Example
Text Example
White with #F065E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065E9; }
p { color: rgb(240,101,233); }
H1.HeaderClassName
{
color: #F065E9;
}
.AnyTagClassName
{
color: #F065E9;
}
</style>
background-color css
<style>
a { background-color: #F065E9; }
a { background-color: rgb(240,101,233); }
div.DivClassName
{
background-color: #F065E9;
}
.BgClassName
{
background-color: #F065E9;
}
</style>
border-color css
<style>
span { border-color: #F065E9; }
span { border-color: rgb(240,101,233); }
td.TdClassName
{
border-color: #F065E9;
}
.TagClassName
{
border-color: #F065E9;
}
</style>