Html Css Color HEX #F051C8 Free Speech Magenta
📋 copy color: '#F051C8'red 240 ◦ green 81 ◦ blue 200
Shades of Free Speech Magenta #F051C8
Tints of Free Speech Magenta #F051C8
RGB
CMYK
RGB Variations
Color information
#F051C8 (or 0xF051C8) is known color: Free Speech Magenta. HEX triplet: F0, 51 and C8. RGB value is (240,81,200). Sum of RGB (Red+Green+Blue) = 240+81+200=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F051C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051C8 is #0FAE37. Grayscale: #8D8D8D. Windows color (decimal): -1027640 or 13128176. OLE color: 13128176.
HSL color Cylindrical-coordinate representation of color #F051C8: hue angle of 315.09º 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 #F051C8 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 200 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.06 |
| HSL | 315.09º | 0.84% | 0.63% | - |
| HSV(B) | 315.09º | 0.66% | 0.94% | - |
| XYZ | 49.3 | 28.58 | 57.56 | - |
| YUV | 142.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 200 | 0 | 0.66 | 0.17 | 0.06 | 315.09 | 0.84 | 0.63 |
| Hex | F0 | 51 | C8 | 0 | 42 | 11 | 6 | 13B | 54 | 3F |
| Octal | 360 | 121 | 310 | 0 | 102 | 21 | 6 | 473 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11001000 | 0 | 1000010 | 10001 | 110 | 100111011 | 1010100 | 111111 |
Color Harmonies of #F051C8
Complementary color
Monochromatic Colors of #F051C8
Black with #F051C8
Text Example
Text Example
White with #F051C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051C8; }
p { color: rgb(240,81,200); }
H1.HeaderClassName
{
color: #F051C8;
}
.AnyTagClassName
{
color: #F051C8;
}
</style>
background-color css
<style>
a { background-color: #F051C8; }
a { background-color: rgb(240,81,200); }
div.DivClassName
{
background-color: #F051C8;
}
.BgClassName
{
background-color: #F051C8;
}
</style>
border-color css
<style>
span { border-color: #F051C8; }
span { border-color: rgb(240,81,200); }
td.TdClassName
{
border-color: #F051C8;
}
.TagClassName
{
border-color: #F051C8;
}
</style>