Html Css Color HEX #F154C5 Free Speech Magenta
📋 copy color: '#F154C5'red 241 ◦ green 84 ◦ blue 197
Shades of Free Speech Magenta #F154C5
Tints of Free Speech Magenta #F154C5
RGB
CMYK
RGB Variations
Color information
#F154C5 (or 0xF154C5) is known color: Free Speech Magenta. HEX triplet: F1, 54 and C5. RGB value is (241,84,197). Sum of RGB (Red+Green+Blue) = 241+84+197=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F154C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154C5 is #0EAB3A. Grayscale: #8F8F8F. Windows color (decimal): -961339 or 12932337. OLE color: 12932337.
HSL color Cylindrical-coordinate representation of color #F154C5: hue angle of 316.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154C5 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 197 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.05 |
| HSL | 316.82º | 0.85% | 0.64% | - |
| HSV(B) | 316.82º | 0.65% | 0.95% | - |
| XYZ | 49.52 | 29.07 | 55.82 | - |
| YUV | 143.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 197 | 0 | 0.65 | 0.18 | 0.05 | 316.82 | 0.85 | 0.64 |
| Hex | F1 | 54 | C5 | 0 | 41 | 12 | 5 | 13D | 55 | 40 |
| Octal | 361 | 124 | 305 | 0 | 101 | 22 | 5 | 475 | 125 | 100 |
| Binary | 11110001 | 1010100 | 11000101 | 0 | 1000001 | 10010 | 101 | 100111101 | 1010101 | 1000000 |
Color Harmonies of #F154C5
Complementary color
Monochromatic Colors of #F154C5
Black with #F154C5
Text Example
Text Example
White with #F154C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154C5; }
p { color: rgb(241,84,197); }
H1.HeaderClassName
{
color: #F154C5;
}
.AnyTagClassName
{
color: #F154C5;
}
</style>
background-color css
<style>
a { background-color: #F154C5; }
a { background-color: rgb(241,84,197); }
div.DivClassName
{
background-color: #F154C5;
}
.BgClassName
{
background-color: #F154C5;
}
</style>
border-color css
<style>
span { border-color: #F154C5; }
span { border-color: rgb(241,84,197); }
td.TdClassName
{
border-color: #F154C5;
}
.TagClassName
{
border-color: #F154C5;
}
</style>