Html Css Color HEX #F066E7 Free Speech Magenta
📋 copy color: '#F066E7'red 240 ◦ green 102 ◦ blue 231
Shades of Free Speech Magenta #F066E7
Tints of Free Speech Magenta #F066E7
RGB
CMYK
RGB Variations
Color information
#F066E7 (or 0xF066E7) is known color: Free Speech Magenta. HEX triplet: F0, 66 and E7. RGB value is (240,102,231). Sum of RGB (Red+Green+Blue) = 240+102+231=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F066E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066E7 is #0F9918. Grayscale: #9D9D9D. Windows color (decimal): -1022233 or 15165168. OLE color: 15165168.
HSL color Cylindrical-coordinate representation of color #F066E7: hue angle of 303.91º 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 #F066E7 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 231 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.06 |
| HSL | 303.91º | 0.82% | 0.67% | - |
| HSV(B) | 303.91º | 0.58% | 0.94% | - |
| XYZ | 55.11 | 33.8 | 79.22 | - |
| YUV | 157.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 231 | 0 | 0.58 | 0.04 | 0.06 | 303.91 | 0.82 | 0.67 |
| Hex | F0 | 66 | E7 | 0 | 3A | 4 | 6 | 130 | 52 | 43 |
| Octal | 360 | 146 | 347 | 0 | 72 | 4 | 6 | 460 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11100111 | 0 | 111010 | 100 | 110 | 100110000 | 1010010 | 1000011 |
Color Harmonies of #F066E7
Complementary color
Monochromatic Colors of #F066E7
Black with #F066E7
Text Example
Text Example
White with #F066E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066E7; }
p { color: rgb(240,102,231); }
H1.HeaderClassName
{
color: #F066E7;
}
.AnyTagClassName
{
color: #F066E7;
}
</style>
background-color css
<style>
a { background-color: #F066E7; }
a { background-color: rgb(240,102,231); }
div.DivClassName
{
background-color: #F066E7;
}
.BgClassName
{
background-color: #F066E7;
}
</style>
border-color css
<style>
span { border-color: #F066E7; }
span { border-color: rgb(240,102,231); }
td.TdClassName
{
border-color: #F066E7;
}
.TagClassName
{
border-color: #F066E7;
}
</style>