Html Css Color HEX #F064EA Free Speech Magenta
📋 copy color: '#F064EA'red 240 ◦ green 100 ◦ blue 234
Shades of Free Speech Magenta #F064EA
Tints of Free Speech Magenta #F064EA
RGB
CMYK
RGB Variations
Color information
#F064EA (or 0xF064EA) is known color: Free Speech Magenta. HEX triplet: F0, 64 and EA. RGB value is (240,100,234). Sum of RGB (Red+Green+Blue) = 240+100+234=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F064EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064EA is #0F9B15. Grayscale: #9C9C9C. Windows color (decimal): -1022742 or 15361264. OLE color: 15361264.
HSL color Cylindrical-coordinate representation of color #F064EA: hue angle of 302.57º 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 #F064EA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 234 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.06 |
| HSL | 302.57º | 0.82% | 0.67% | - |
| HSV(B) | 302.57º | 0.58% | 0.94% | - |
| XYZ | 55.34 | 33.58 | 81.41 | - |
| YUV | 157.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 234 | 0 | 0.58 | 0.02 | 0.06 | 302.57 | 0.82 | 0.67 |
| Hex | F0 | 64 | EA | 0 | 3A | 2 | 6 | 12F | 52 | 43 |
| Octal | 360 | 144 | 352 | 0 | 72 | 2 | 6 | 457 | 122 | 103 |
| Binary | 11110000 | 1100100 | 11101010 | 0 | 111010 | 10 | 110 | 100101111 | 1010010 | 1000011 |
Color Harmonies of #F064EA
Complementary color
Monochromatic Colors of #F064EA
Black with #F064EA
Text Example
Text Example
White with #F064EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064EA; }
p { color: rgb(240,100,234); }
H1.HeaderClassName
{
color: #F064EA;
}
.AnyTagClassName
{
color: #F064EA;
}
</style>
background-color css
<style>
a { background-color: #F064EA; }
a { background-color: rgb(240,100,234); }
div.DivClassName
{
background-color: #F064EA;
}
.BgClassName
{
background-color: #F064EA;
}
</style>
border-color css
<style>
span { border-color: #F064EA; }
span { border-color: rgb(240,100,234); }
td.TdClassName
{
border-color: #F064EA;
}
.TagClassName
{
border-color: #F064EA;
}
</style>