Html Css Color HEX #F154D4 Free Speech Magenta
📋 copy color: '#F154D4'red 241 ◦ green 84 ◦ blue 212
Shades of Free Speech Magenta #F154D4
Tints of Free Speech Magenta #F154D4
RGB
CMYK
RGB Variations
Color information
#F154D4 (or 0xF154D4) is known color: Free Speech Magenta. HEX triplet: F1, 54 and D4. RGB value is (241,84,212). Sum of RGB (Red+Green+Blue) = 241+84+212=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F154D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154D4 is #0EAB2B. Grayscale: #919191. Windows color (decimal): -961324 or 13915377. OLE color: 13915377.
HSL color Cylindrical-coordinate representation of color #F154D4: hue angle of 311.08º 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 #F154D4 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 212 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.05 |
| HSL | 311.08º | 0.85% | 0.64% | - |
| HSV(B) | 311.08º | 0.65% | 0.95% | - |
| XYZ | 51.33 | 29.79 | 65.33 | - |
| YUV | 145.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 212 | 0 | 0.65 | 0.12 | 0.05 | 311.08 | 0.85 | 0.64 |
| Hex | F1 | 54 | D4 | 0 | 41 | C | 5 | 137 | 55 | 40 |
| Octal | 361 | 124 | 324 | 0 | 101 | 14 | 5 | 467 | 125 | 100 |
| Binary | 11110001 | 1010100 | 11010100 | 0 | 1000001 | 1100 | 101 | 100110111 | 1010101 | 1000000 |
Color Harmonies of #F154D4
Complementary color
Monochromatic Colors of #F154D4
Black with #F154D4
Text Example
Text Example
White with #F154D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154D4; }
p { color: rgb(241,84,212); }
H1.HeaderClassName
{
color: #F154D4;
}
.AnyTagClassName
{
color: #F154D4;
}
</style>
background-color css
<style>
a { background-color: #F154D4; }
a { background-color: rgb(241,84,212); }
div.DivClassName
{
background-color: #F154D4;
}
.BgClassName
{
background-color: #F154D4;
}
</style>
border-color css
<style>
span { border-color: #F154D4; }
span { border-color: rgb(241,84,212); }
td.TdClassName
{
border-color: #F154D4;
}
.TagClassName
{
border-color: #F154D4;
}
</style>