Html Css Color HEX #F15BDF Free Speech Magenta
📋 copy color: '#F15BDF'red 241 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #F15BDF
Tints of Free Speech Magenta #F15BDF
RGB
CMYK
RGB Variations
Color information
#F15BDF (or 0xF15BDF) is known color: Free Speech Magenta. HEX triplet: F1, 5B and DF. RGB value is (241,91,223). Sum of RGB (Red+Green+Blue) = 241+91+223=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BDF is #0EA420. Grayscale: #969696. Windows color (decimal): -959521 or 14638065. OLE color: 14638065.
HSL color Cylindrical-coordinate representation of color #F15BDF: hue angle of 307.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BDF is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 223 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.05 |
| HSL | 307.2º | 0.84% | 0.65% | - |
| HSV(B) | 307.2º | 0.62% | 0.95% | - |
| XYZ | 53.34 | 31.51 | 73.08 | - |
| YUV | 150.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 223 | 0 | 0.62 | 0.07 | 0.05 | 307.2 | 0.84 | 0.65 |
| Hex | F1 | 5B | DF | 0 | 3E | 7 | 5 | 133 | 54 | 41 |
| Octal | 361 | 133 | 337 | 0 | 76 | 7 | 5 | 463 | 124 | 101 |
| Binary | 11110001 | 1011011 | 11011111 | 0 | 111110 | 111 | 101 | 100110011 | 1010100 | 1000001 |
Color Harmonies of #F15BDF
Complementary color
Monochromatic Colors of #F15BDF
Black with #F15BDF
Text Example
Text Example
White with #F15BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BDF; }
p { color: rgb(241,91,223); }
H1.HeaderClassName
{
color: #F15BDF;
}
.AnyTagClassName
{
color: #F15BDF;
}
</style>
background-color css
<style>
a { background-color: #F15BDF; }
a { background-color: rgb(241,91,223); }
div.DivClassName
{
background-color: #F15BDF;
}
.BgClassName
{
background-color: #F15BDF;
}
</style>
border-color css
<style>
span { border-color: #F15BDF; }
span { border-color: rgb(241,91,223); }
td.TdClassName
{
border-color: #F15BDF;
}
.TagClassName
{
border-color: #F15BDF;
}
</style>