Html Css Color HEX #F064D1 Free Speech Magenta
📋 copy color: '#F064D1'red 240 ◦ green 100 ◦ blue 209
Shades of Free Speech Magenta #F064D1
Tints of Free Speech Magenta #F064D1
RGB
CMYK
RGB Variations
Color information
#F064D1 (or 0xF064D1) is known color: Free Speech Magenta. HEX triplet: F0, 64 and D1. RGB value is (240,100,209). Sum of RGB (Red+Green+Blue) = 240+100+209=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F064D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064D1 is #0F9B2E. Grayscale: #999999. Windows color (decimal): -1022767 or 13722864. OLE color: 13722864.
HSL color Cylindrical-coordinate representation of color #F064D1: hue angle of 313.29º 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 #F064D1 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 209 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.06 |
| HSL | 313.29º | 0.82% | 0.67% | - |
| HSV(B) | 313.29º | 0.58% | 0.94% | - |
| XYZ | 52 | 32.24 | 63.8 | - |
| YUV | 154.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 209 | 0 | 0.58 | 0.13 | 0.06 | 313.29 | 0.82 | 0.67 |
| Hex | F0 | 64 | D1 | 0 | 3A | D | 6 | 139 | 52 | 43 |
| Octal | 360 | 144 | 321 | 0 | 72 | 15 | 6 | 471 | 122 | 103 |
| Binary | 11110000 | 1100100 | 11010001 | 0 | 111010 | 1101 | 110 | 100111001 | 1010010 | 1000011 |
Color Harmonies of #F064D1
Complementary color
Monochromatic Colors of #F064D1
Black with #F064D1
Text Example
Text Example
White with #F064D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064D1; }
p { color: rgb(240,100,209); }
H1.HeaderClassName
{
color: #F064D1;
}
.AnyTagClassName
{
color: #F064D1;
}
</style>
background-color css
<style>
a { background-color: #F064D1; }
a { background-color: rgb(240,100,209); }
div.DivClassName
{
background-color: #F064D1;
}
.BgClassName
{
background-color: #F064D1;
}
</style>
border-color css
<style>
span { border-color: #F064D1; }
span { border-color: rgb(240,100,209); }
td.TdClassName
{
border-color: #F064D1;
}
.TagClassName
{
border-color: #F064D1;
}
</style>