Html Css Color HEX #F065EA Free Speech Magenta
📋 copy color: '#F065EA'red 240 ◦ green 101 ◦ blue 234
Shades of Free Speech Magenta #F065EA
Tints of Free Speech Magenta #F065EA
RGB
CMYK
RGB Variations
Color information
#F065EA (or 0xF065EA) is known color: Free Speech Magenta. HEX triplet: F0, 65 and EA. RGB value is (240,101,234). Sum of RGB (Red+Green+Blue) = 240+101+234=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F065EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065EA is #0F9A15. Grayscale: #9D9D9D. Windows color (decimal): -1022486 or 15361520. OLE color: 15361520.
HSL color Cylindrical-coordinate representation of color #F065EA: hue angle of 302.59º 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 #F065EA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 234 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.06 |
| HSL | 302.59º | 0.82% | 0.67% | - |
| HSV(B) | 302.59º | 0.58% | 0.94% | - |
| XYZ | 55.44 | 33.77 | 81.44 | - |
| YUV | 157.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 234 | 0 | 0.58 | 0.02 | 0.06 | 302.59 | 0.82 | 0.67 |
| Hex | F0 | 65 | EA | 0 | 3A | 2 | 6 | 12F | 52 | 43 |
| Octal | 360 | 145 | 352 | 0 | 72 | 2 | 6 | 457 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11101010 | 0 | 111010 | 10 | 110 | 100101111 | 1010010 | 1000011 |
Color Harmonies of #F065EA
Complementary color
Monochromatic Colors of #F065EA
Black with #F065EA
Text Example
Text Example
White with #F065EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065EA; }
p { color: rgb(240,101,234); }
H1.HeaderClassName
{
color: #F065EA;
}
.AnyTagClassName
{
color: #F065EA;
}
</style>
background-color css
<style>
a { background-color: #F065EA; }
a { background-color: rgb(240,101,234); }
div.DivClassName
{
background-color: #F065EA;
}
.BgClassName
{
background-color: #F065EA;
}
</style>
border-color css
<style>
span { border-color: #F065EA; }
span { border-color: rgb(240,101,234); }
td.TdClassName
{
border-color: #F065EA;
}
.TagClassName
{
border-color: #F065EA;
}
</style>