Html Css Color HEX #F051DE Free Speech Magenta
📋 copy color: '#F051DE'red 240 ◦ green 81 ◦ blue 222
Shades of Free Speech Magenta #F051DE
Tints of Free Speech Magenta #F051DE
RGB
CMYK
RGB Variations
Color information
#F051DE (or 0xF051DE) is known color: Free Speech Magenta. HEX triplet: F0, 51 and DE. RGB value is (240,81,222). Sum of RGB (Red+Green+Blue) = 240+81+222=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F051DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051DE is #0FAE21. Grayscale: #909090. Windows color (decimal): -1027618 or 14569968. OLE color: 14569968.
HSL color Cylindrical-coordinate representation of color #F051DE: hue angle of 306.79º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051DE is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 222 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.06 |
| HSL | 306.79º | 0.84% | 0.63% | - |
| HSV(B) | 306.79º | 0.66% | 0.94% | - |
| XYZ | 52.06 | 29.68 | 72.09 | - |
| YUV | 144.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 222 | 0 | 0.66 | 0.08 | 0.06 | 306.79 | 0.84 | 0.63 |
| Hex | F0 | 51 | DE | 0 | 42 | 8 | 6 | 133 | 54 | 3F |
| Octal | 360 | 121 | 336 | 0 | 102 | 10 | 6 | 463 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11011110 | 0 | 1000010 | 1000 | 110 | 100110011 | 1010100 | 111111 |
Color Harmonies of #F051DE
Complementary color
Monochromatic Colors of #F051DE
Black with #F051DE
Text Example
Text Example
White with #F051DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051DE; }
p { color: rgb(240,81,222); }
H1.HeaderClassName
{
color: #F051DE;
}
.AnyTagClassName
{
color: #F051DE;
}
</style>
background-color css
<style>
a { background-color: #F051DE; }
a { background-color: rgb(240,81,222); }
div.DivClassName
{
background-color: #F051DE;
}
.BgClassName
{
background-color: #F051DE;
}
</style>
border-color css
<style>
span { border-color: #F051DE; }
span { border-color: rgb(240,81,222); }
td.TdClassName
{
border-color: #F051DE;
}
.TagClassName
{
border-color: #F051DE;
}
</style>