Html Css Color HEX #F157DF Free Speech Magenta
📋 copy color: '#F157DF'red 241 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #F157DF
Tints of Free Speech Magenta #F157DF
RGB
CMYK
RGB Variations
Color information
#F157DF (or 0xF157DF) is known color: Free Speech Magenta. HEX triplet: F1, 57 and DF. RGB value is (241,87,223). Sum of RGB (Red+Green+Blue) = 241+87+223=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 87 (34.38% from 255 or 15.79% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F157DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157DF is #0EA820. Grayscale: #949494. Windows color (decimal): -960545 or 14637041. OLE color: 14637041.
HSL color Cylindrical-coordinate representation of color #F157DF: hue angle of 307.01º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F157DF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 223 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.05 |
| HSL | 307.01º | 0.85% | 0.64% | - |
| HSV(B) | 307.01º | 0.64% | 0.95% | - |
| XYZ | 53 | 30.84 | 72.97 | - |
| YUV | 148.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 223 | 0 | 0.64 | 0.07 | 0.05 | 307.01 | 0.85 | 0.64 |
| Hex | F1 | 57 | DF | 0 | 40 | 7 | 5 | 133 | 55 | 40 |
| Octal | 361 | 127 | 337 | 0 | 100 | 7 | 5 | 463 | 125 | 100 |
| Binary | 11110001 | 1010111 | 11011111 | 0 | 1000000 | 111 | 101 | 100110011 | 1010101 | 1000000 |
Color Harmonies of #F157DF
Complementary color
Monochromatic Colors of #F157DF
Black with #F157DF
Text Example
Text Example
White with #F157DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F157DF; }
p { color: rgb(241,87,223); }
H1.HeaderClassName
{
color: #F157DF;
}
.AnyTagClassName
{
color: #F157DF;
}
</style>
background-color css
<style>
a { background-color: #F157DF; }
a { background-color: rgb(241,87,223); }
div.DivClassName
{
background-color: #F157DF;
}
.BgClassName
{
background-color: #F157DF;
}
</style>
border-color css
<style>
span { border-color: #F157DF; }
span { border-color: rgb(241,87,223); }
td.TdClassName
{
border-color: #F157DF;
}
.TagClassName
{
border-color: #F157DF;
}
</style>