Html Css Color HEX #F154D6 Free Speech Magenta
📋 copy color: '#F154D6'red 241 ◦ green 84 ◦ blue 214
Shades of Free Speech Magenta #F154D6
Tints of Free Speech Magenta #F154D6
RGB
CMYK
RGB Variations
Color information
#F154D6 (or 0xF154D6) is known color: Free Speech Magenta. HEX triplet: F1, 54 and D6. RGB value is (241,84,214). Sum of RGB (Red+Green+Blue) = 241+84+214=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 84 (33.20% from 255 or 15.58% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F154D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154D6 is #0EAB29. Grayscale: #919191. Windows color (decimal): -961322 or 14046449. OLE color: 14046449.
HSL color Cylindrical-coordinate representation of color #F154D6: hue angle of 310.32º 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 #F154D6 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 214 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.05 |
| HSL | 310.32º | 0.85% | 0.64% | - |
| HSV(B) | 310.32º | 0.65% | 0.95% | - |
| XYZ | 51.58 | 29.9 | 66.67 | - |
| YUV | 145.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 214 | 0 | 0.65 | 0.11 | 0.05 | 310.32 | 0.85 | 0.64 |
| Hex | F1 | 54 | D6 | 0 | 41 | B | 5 | 136 | 55 | 40 |
| Octal | 361 | 124 | 326 | 0 | 101 | 13 | 5 | 466 | 125 | 100 |
| Binary | 11110001 | 1010100 | 11010110 | 0 | 1000001 | 1011 | 101 | 100110110 | 1010101 | 1000000 |
Color Harmonies of #F154D6
Complementary color
Monochromatic Colors of #F154D6
Black with #F154D6
Text Example
Text Example
White with #F154D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154D6; }
p { color: rgb(241,84,214); }
H1.HeaderClassName
{
color: #F154D6;
}
.AnyTagClassName
{
color: #F154D6;
}
</style>
background-color css
<style>
a { background-color: #F154D6; }
a { background-color: rgb(241,84,214); }
div.DivClassName
{
background-color: #F154D6;
}
.BgClassName
{
background-color: #F154D6;
}
</style>
border-color css
<style>
span { border-color: #F154D6; }
span { border-color: rgb(241,84,214); }
td.TdClassName
{
border-color: #F154D6;
}
.TagClassName
{
border-color: #F154D6;
}
</style>