Html Css Color HEX #F051CF Free Speech Magenta
📋 copy color: '#F051CF'red 240 ◦ green 81 ◦ blue 207
Shades of Free Speech Magenta #F051CF
Tints of Free Speech Magenta #F051CF
RGB
CMYK
RGB Variations
Color information
#F051CF (or 0xF051CF) is known color: Free Speech Magenta. HEX triplet: F0, 51 and CF. RGB value is (240,81,207). Sum of RGB (Red+Green+Blue) = 240+81+207=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F051CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051CF is #0FAE30. Grayscale: #8E8E8E. Windows color (decimal): -1027633 or 13586928. OLE color: 13586928.
HSL color Cylindrical-coordinate representation of color #F051CF: hue angle of 312.45º 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 #F051CF is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 207 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.06 |
| HSL | 312.45º | 0.84% | 0.63% | - |
| HSV(B) | 312.45º | 0.66% | 0.94% | - |
| XYZ | 50.14 | 28.92 | 61.97 | - |
| YUV | 142.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 207 | 0 | 0.66 | 0.14 | 0.06 | 312.45 | 0.84 | 0.63 |
| Hex | F0 | 51 | CF | 0 | 42 | E | 6 | 138 | 54 | 3F |
| Octal | 360 | 121 | 317 | 0 | 102 | 16 | 6 | 470 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11001111 | 0 | 1000010 | 1110 | 110 | 100111000 | 1010100 | 111111 |
Color Harmonies of #F051CF
Complementary color
Monochromatic Colors of #F051CF
Black with #F051CF
Text Example
Text Example
White with #F051CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051CF; }
p { color: rgb(240,81,207); }
H1.HeaderClassName
{
color: #F051CF;
}
.AnyTagClassName
{
color: #F051CF;
}
</style>
background-color css
<style>
a { background-color: #F051CF; }
a { background-color: rgb(240,81,207); }
div.DivClassName
{
background-color: #F051CF;
}
.BgClassName
{
background-color: #F051CF;
}
</style>
border-color css
<style>
span { border-color: #F051CF; }
span { border-color: rgb(240,81,207); }
td.TdClassName
{
border-color: #F051CF;
}
.TagClassName
{
border-color: #F051CF;
}
</style>