Html Css Color HEX #F065CF Free Speech Magenta
📋 copy color: '#F065CF'red 240 ◦ green 101 ◦ blue 207
Shades of Free Speech Magenta #F065CF
Tints of Free Speech Magenta #F065CF
RGB
CMYK
RGB Variations
Color information
#F065CF (or 0xF065CF) is known color: Free Speech Magenta. HEX triplet: F0, 65 and CF. RGB value is (240,101,207). Sum of RGB (Red+Green+Blue) = 240+101+207=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F065CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065CF is #0F9A30. Grayscale: #9A9A9A. Windows color (decimal): -1022513 or 13592048. OLE color: 13592048.
HSL color Cylindrical-coordinate representation of color #F065CF: hue angle of 314.24º 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 #F065CF is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 207 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.06 |
| HSL | 314.24º | 0.82% | 0.67% | - |
| HSV(B) | 314.24º | 0.58% | 0.94% | - |
| XYZ | 51.85 | 32.34 | 62.54 | - |
| YUV | 154.65 | 157.55 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 207 | 0 | 0.58 | 0.14 | 0.06 | 314.24 | 0.82 | 0.67 |
| Hex | F0 | 65 | CF | 0 | 3A | E | 6 | 13A | 52 | 43 |
| Octal | 360 | 145 | 317 | 0 | 72 | 16 | 6 | 472 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11001111 | 0 | 111010 | 1110 | 110 | 100111010 | 1010010 | 1000011 |
Color Harmonies of #F065CF
Complementary color
Monochromatic Colors of #F065CF
Black with #F065CF
Text Example
Text Example
White with #F065CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065CF; }
p { color: rgb(240,101,207); }
H1.HeaderClassName
{
color: #F065CF;
}
.AnyTagClassName
{
color: #F065CF;
}
</style>
background-color css
<style>
a { background-color: #F065CF; }
a { background-color: rgb(240,101,207); }
div.DivClassName
{
background-color: #F065CF;
}
.BgClassName
{
background-color: #F065CF;
}
</style>
border-color css
<style>
span { border-color: #F065CF; }
span { border-color: rgb(240,101,207); }
td.TdClassName
{
border-color: #F065CF;
}
.TagClassName
{
border-color: #F065CF;
}
</style>