Html Css Color HEX #F060D1 Free Speech Magenta
📋 copy color: '#F060D1'red 240 ◦ green 96 ◦ blue 209
Shades of Free Speech Magenta #F060D1
Tints of Free Speech Magenta #F060D1
RGB
CMYK
RGB Variations
Color information
#F060D1 (or 0xF060D1) is known color: Free Speech Magenta. HEX triplet: F0, 60 and D1. RGB value is (240,96,209). Sum of RGB (Red+Green+Blue) = 240+96+209=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F060D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060D1 is #0F9F2E. Grayscale: #979797. Windows color (decimal): -1023791 or 13721840. OLE color: 13721840.
HSL color Cylindrical-coordinate representation of color #F060D1: hue angle of 312.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060D1 is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 209 | - |
| CMYK | 0 | 0.6 | 0.13 | 0.06 |
| HSL | 312.92º | 0.83% | 0.66% | - |
| HSV(B) | 312.92º | 0.6% | 0.94% | - |
| XYZ | 51.63 | 31.49 | 63.68 | - |
| YUV | 151.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 209 | 0 | 0.6 | 0.13 | 0.06 | 312.92 | 0.83 | 0.66 |
| Hex | F0 | 60 | D1 | 0 | 3C | D | 6 | 139 | 53 | 42 |
| Octal | 360 | 140 | 321 | 0 | 74 | 15 | 6 | 471 | 123 | 102 |
| Binary | 11110000 | 1100000 | 11010001 | 0 | 111100 | 1101 | 110 | 100111001 | 1010011 | 1000010 |
Color Harmonies of #F060D1
Complementary color
Monochromatic Colors of #F060D1
Black with #F060D1
Text Example
Text Example
White with #F060D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F060D1; }
p { color: rgb(240,96,209); }
H1.HeaderClassName
{
color: #F060D1;
}
.AnyTagClassName
{
color: #F060D1;
}
</style>
background-color css
<style>
a { background-color: #F060D1; }
a { background-color: rgb(240,96,209); }
div.DivClassName
{
background-color: #F060D1;
}
.BgClassName
{
background-color: #F060D1;
}
</style>
border-color css
<style>
span { border-color: #F060D1; }
span { border-color: rgb(240,96,209); }
td.TdClassName
{
border-color: #F060D1;
}
.TagClassName
{
border-color: #F060D1;
}
</style>