Html Css Color HEX #F065E5 Free Speech Magenta
📋 copy color: '#F065E5'red 240 ◦ green 101 ◦ blue 229
Shades of Free Speech Magenta #F065E5
Tints of Free Speech Magenta #F065E5
RGB
CMYK
RGB Variations
Color information
#F065E5 (or 0xF065E5) is known color: Free Speech Magenta. HEX triplet: F0, 65 and E5. RGB value is (240,101,229). Sum of RGB (Red+Green+Blue) = 240+101+229=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F065E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065E5 is #0F9A1A. Grayscale: #9C9C9C. Windows color (decimal): -1022491 or 15033840. OLE color: 15033840.
HSL color Cylindrical-coordinate representation of color #F065E5: hue angle of 304.75º 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 #F065E5 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 229 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.06 |
| HSL | 304.75º | 0.82% | 0.67% | - |
| HSV(B) | 304.75º | 0.58% | 0.94% | - |
| XYZ | 54.73 | 33.49 | 77.71 | - |
| YUV | 157.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 229 | 0 | 0.58 | 0.05 | 0.06 | 304.75 | 0.82 | 0.67 |
| Hex | F0 | 65 | E5 | 0 | 3A | 5 | 6 | 131 | 52 | 43 |
| Octal | 360 | 145 | 345 | 0 | 72 | 5 | 6 | 461 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11100101 | 0 | 111010 | 101 | 110 | 100110001 | 1010010 | 1000011 |
Color Harmonies of #F065E5
Complementary color
Monochromatic Colors of #F065E5
Black with #F065E5
Text Example
Text Example
White with #F065E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065E5; }
p { color: rgb(240,101,229); }
H1.HeaderClassName
{
color: #F065E5;
}
.AnyTagClassName
{
color: #F065E5;
}
</style>
background-color css
<style>
a { background-color: #F065E5; }
a { background-color: rgb(240,101,229); }
div.DivClassName
{
background-color: #F065E5;
}
.BgClassName
{
background-color: #F065E5;
}
</style>
border-color css
<style>
span { border-color: #F065E5; }
span { border-color: rgb(240,101,229); }
td.TdClassName
{
border-color: #F065E5;
}
.TagClassName
{
border-color: #F065E5;
}
</style>