Html Css Color HEX #F15FDB Free Speech Magenta
📋 copy color: '#F15FDB'red 241 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #F15FDB
Tints of Free Speech Magenta #F15FDB
RGB
CMYK
RGB Variations
Color information
#F15FDB (or 0xF15FDB) is known color: Free Speech Magenta. HEX triplet: F1, 5F and DB. RGB value is (241,95,219). Sum of RGB (Red+Green+Blue) = 241+95+219=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FDB is #0EA024. Grayscale: #989898. Windows color (decimal): -958501 or 14376945. OLE color: 14376945.
HSL color Cylindrical-coordinate representation of color #F15FDB: hue angle of 309.04º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15FDB is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 219 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.05 |
| HSL | 309.04º | 0.84% | 0.66% | - |
| HSV(B) | 309.04º | 0.61% | 0.95% | - |
| XYZ | 53.15 | 32 | 70.39 | - |
| YUV | 152.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 219 | 0 | 0.61 | 0.09 | 0.05 | 309.04 | 0.84 | 0.66 |
| Hex | F1 | 5F | DB | 0 | 3D | 9 | 5 | 135 | 54 | 42 |
| Octal | 361 | 137 | 333 | 0 | 75 | 11 | 5 | 465 | 124 | 102 |
| Binary | 11110001 | 1011111 | 11011011 | 0 | 111101 | 1001 | 101 | 100110101 | 1010100 | 1000010 |
Color Harmonies of #F15FDB
Complementary color
Monochromatic Colors of #F15FDB
Black with #F15FDB
Text Example
Text Example
White with #F15FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15FDB; }
p { color: rgb(241,95,219); }
H1.HeaderClassName
{
color: #F15FDB;
}
.AnyTagClassName
{
color: #F15FDB;
}
</style>
background-color css
<style>
a { background-color: #F15FDB; }
a { background-color: rgb(241,95,219); }
div.DivClassName
{
background-color: #F15FDB;
}
.BgClassName
{
background-color: #F15FDB;
}
</style>
border-color css
<style>
span { border-color: #F15FDB; }
span { border-color: rgb(241,95,219); }
td.TdClassName
{
border-color: #F15FDB;
}
.TagClassName
{
border-color: #F15FDB;
}
</style>