Html Css Color HEX #F154C9 Free Speech Magenta
📋 copy color: '#F154C9'red 241 ◦ green 84 ◦ blue 201
Shades of Free Speech Magenta #F154C9
Tints of Free Speech Magenta #F154C9
RGB
CMYK
RGB Variations
Color information
#F154C9 (or 0xF154C9) is known color: Free Speech Magenta. HEX triplet: F1, 54 and C9. RGB value is (241,84,201). Sum of RGB (Red+Green+Blue) = 241+84+201=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F154C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154C9 is #0EAB36. Grayscale: #8F8F8F. Windows color (decimal): -961335 or 13194481. OLE color: 13194481.
HSL color Cylindrical-coordinate representation of color #F154C9: hue angle of 315.29º 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 #F154C9 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 201 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.05 |
| HSL | 315.29º | 0.85% | 0.64% | - |
| HSV(B) | 315.29º | 0.65% | 0.95% | - |
| XYZ | 49.99 | 29.26 | 58.27 | - |
| YUV | 144.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 201 | 0 | 0.65 | 0.17 | 0.05 | 315.29 | 0.85 | 0.64 |
| Hex | F1 | 54 | C9 | 0 | 41 | 11 | 5 | 13B | 55 | 40 |
| Octal | 361 | 124 | 311 | 0 | 101 | 21 | 5 | 473 | 125 | 100 |
| Binary | 11110001 | 1010100 | 11001001 | 0 | 1000001 | 10001 | 101 | 100111011 | 1010101 | 1000000 |
Color Harmonies of #F154C9
Complementary color
Monochromatic Colors of #F154C9
Black with #F154C9
Text Example
Text Example
White with #F154C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154C9; }
p { color: rgb(241,84,201); }
H1.HeaderClassName
{
color: #F154C9;
}
.AnyTagClassName
{
color: #F154C9;
}
</style>
background-color css
<style>
a { background-color: #F154C9; }
a { background-color: rgb(241,84,201); }
div.DivClassName
{
background-color: #F154C9;
}
.BgClassName
{
background-color: #F154C9;
}
</style>
border-color css
<style>
span { border-color: #F154C9; }
span { border-color: rgb(241,84,201); }
td.TdClassName
{
border-color: #F154C9;
}
.TagClassName
{
border-color: #F154C9;
}
</style>