Html Css Color HEX #F066E9 Free Speech Magenta
📋 copy color: '#F066E9'red 240 ◦ green 102 ◦ blue 233
Shades of Free Speech Magenta #F066E9
Tints of Free Speech Magenta #F066E9
RGB
CMYK
RGB Variations
Color information
#F066E9 (or 0xF066E9) is known color: Free Speech Magenta. HEX triplet: F0, 66 and E9. RGB value is (240,102,233). Sum of RGB (Red+Green+Blue) = 240+102+233=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F066E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066E9 is #0F9916. Grayscale: #9D9D9D. Windows color (decimal): -1022231 or 15296240. OLE color: 15296240.
HSL color Cylindrical-coordinate representation of color #F066E9: hue angle of 303.04º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066E9 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 233 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.06 |
| HSL | 303.04º | 0.82% | 0.67% | - |
| HSV(B) | 303.04º | 0.58% | 0.94% | - |
| XYZ | 55.39 | 33.91 | 80.72 | - |
| YUV | 158.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 233 | 0 | 0.58 | 0.03 | 0.06 | 303.04 | 0.82 | 0.67 |
| Hex | F0 | 66 | E9 | 0 | 3A | 3 | 6 | 12F | 52 | 43 |
| Octal | 360 | 146 | 351 | 0 | 72 | 3 | 6 | 457 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11101001 | 0 | 111010 | 11 | 110 | 100101111 | 1010010 | 1000011 |
Color Harmonies of #F066E9
Complementary color
Monochromatic Colors of #F066E9
Black with #F066E9
Text Example
Text Example
White with #F066E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066E9; }
p { color: rgb(240,102,233); }
H1.HeaderClassName
{
color: #F066E9;
}
.AnyTagClassName
{
color: #F066E9;
}
</style>
background-color css
<style>
a { background-color: #F066E9; }
a { background-color: rgb(240,102,233); }
div.DivClassName
{
background-color: #F066E9;
}
.BgClassName
{
background-color: #F066E9;
}
</style>
border-color css
<style>
span { border-color: #F066E9; }
span { border-color: rgb(240,102,233); }
td.TdClassName
{
border-color: #F066E9;
}
.TagClassName
{
border-color: #F066E9;
}
</style>