Html Css Color HEX #F151C8 Free Speech Magenta
📋 copy color: '#F151C8'red 241 ◦ green 81 ◦ blue 200
Shades of Free Speech Magenta #F151C8
Tints of Free Speech Magenta #F151C8
RGB
CMYK
RGB Variations
Color information
#F151C8 (or 0xF151C8) is known color: Free Speech Magenta. HEX triplet: F1, 51 and C8. RGB value is (241,81,200). Sum of RGB (Red+Green+Blue) = 241+81+200=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F151C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F151C8 is #0EAE37. Grayscale: #8E8E8E. Windows color (decimal): -962104 or 13128177. OLE color: 13128177.
HSL color Cylindrical-coordinate representation of color #F151C8: hue angle of 315.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F151C8 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 200 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.05 |
| HSL | 315.38º | 0.85% | 0.63% | - |
| HSV(B) | 315.38º | 0.66% | 0.95% | - |
| XYZ | 49.64 | 28.76 | 57.58 | - |
| YUV | 142.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 200 | 0 | 0.66 | 0.17 | 0.05 | 315.38 | 0.85 | 0.63 |
| Hex | F1 | 51 | C8 | 0 | 42 | 11 | 5 | 13B | 55 | 3F |
| Octal | 361 | 121 | 310 | 0 | 102 | 21 | 5 | 473 | 125 | 77 |
| Binary | 11110001 | 1010001 | 11001000 | 0 | 1000010 | 10001 | 101 | 100111011 | 1010101 | 111111 |
Color Harmonies of #F151C8
Complementary color
Monochromatic Colors of #F151C8
Black with #F151C8
Text Example
Text Example
White with #F151C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151C8; }
p { color: rgb(241,81,200); }
H1.HeaderClassName
{
color: #F151C8;
}
.AnyTagClassName
{
color: #F151C8;
}
</style>
background-color css
<style>
a { background-color: #F151C8; }
a { background-color: rgb(241,81,200); }
div.DivClassName
{
background-color: #F151C8;
}
.BgClassName
{
background-color: #F151C8;
}
</style>
border-color css
<style>
span { border-color: #F151C8; }
span { border-color: rgb(241,81,200); }
td.TdClassName
{
border-color: #F151C8;
}
.TagClassName
{
border-color: #F151C8;
}
</style>