Html Css Color HEX #F064D3 Free Speech Magenta
📋 copy color: '#F064D3'red 240 ◦ green 100 ◦ blue 211
Shades of Free Speech Magenta #F064D3
Tints of Free Speech Magenta #F064D3
RGB
CMYK
RGB Variations
Color information
#F064D3 (or 0xF064D3) is known color: Free Speech Magenta. HEX triplet: F0, 64 and D3. RGB value is (240,100,211). Sum of RGB (Red+Green+Blue) = 240+100+211=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F064D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064D3 is #0F9B2C. Grayscale: #9A9A9A. Windows color (decimal): -1022765 or 13853936. OLE color: 13853936.
HSL color Cylindrical-coordinate representation of color #F064D3: hue angle of 312.43º 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 #F064D3 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 211 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.06 |
| HSL | 312.43º | 0.82% | 0.67% | - |
| HSV(B) | 312.43º | 0.58% | 0.94% | - |
| XYZ | 52.25 | 32.34 | 65.12 | - |
| YUV | 154.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 211 | 0 | 0.58 | 0.12 | 0.06 | 312.43 | 0.82 | 0.67 |
| Hex | F0 | 64 | D3 | 0 | 3A | C | 6 | 138 | 52 | 43 |
| Octal | 360 | 144 | 323 | 0 | 72 | 14 | 6 | 470 | 122 | 103 |
| Binary | 11110000 | 1100100 | 11010011 | 0 | 111010 | 1100 | 110 | 100111000 | 1010010 | 1000011 |
Color Harmonies of #F064D3
Complementary color
Monochromatic Colors of #F064D3
Black with #F064D3
Text Example
Text Example
White with #F064D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064D3; }
p { color: rgb(240,100,211); }
H1.HeaderClassName
{
color: #F064D3;
}
.AnyTagClassName
{
color: #F064D3;
}
</style>
background-color css
<style>
a { background-color: #F064D3; }
a { background-color: rgb(240,100,211); }
div.DivClassName
{
background-color: #F064D3;
}
.BgClassName
{
background-color: #F064D3;
}
</style>
border-color css
<style>
span { border-color: #F064D3; }
span { border-color: rgb(240,100,211); }
td.TdClassName
{
border-color: #F064D3;
}
.TagClassName
{
border-color: #F064D3;
}
</style>