Html Css Color HEX #F155DB Free Speech Magenta
📋 copy color: '#F155DB'red 241 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #F155DB
Tints of Free Speech Magenta #F155DB
RGB
CMYK
RGB Variations
Color information
#F155DB (or 0xF155DB) is known color: Free Speech Magenta. HEX triplet: F1, 55 and DB. RGB value is (241,85,219). Sum of RGB (Red+Green+Blue) = 241+85+219=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F155DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155DB is #0EAA24. Grayscale: #929292. Windows color (decimal): -961061 or 14374385. OLE color: 14374385.
HSL color Cylindrical-coordinate representation of color #F155DB: hue angle of 308.46º 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 #F155DB is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 219 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.05 |
| HSL | 308.46º | 0.85% | 0.64% | - |
| HSV(B) | 308.46º | 0.65% | 0.95% | - |
| XYZ | 52.31 | 30.31 | 70.11 | - |
| YUV | 146.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 219 | 0 | 0.65 | 0.09 | 0.05 | 308.46 | 0.85 | 0.64 |
| Hex | F1 | 55 | DB | 0 | 41 | 9 | 5 | 134 | 55 | 40 |
| Octal | 361 | 125 | 333 | 0 | 101 | 11 | 5 | 464 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11011011 | 0 | 1000001 | 1001 | 101 | 100110100 | 1010101 | 1000000 |
Color Harmonies of #F155DB
Complementary color
Monochromatic Colors of #F155DB
Black with #F155DB
Text Example
Text Example
White with #F155DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155DB; }
p { color: rgb(241,85,219); }
H1.HeaderClassName
{
color: #F155DB;
}
.AnyTagClassName
{
color: #F155DB;
}
</style>
background-color css
<style>
a { background-color: #F155DB; }
a { background-color: rgb(241,85,219); }
div.DivClassName
{
background-color: #F155DB;
}
.BgClassName
{
background-color: #F155DB;
}
</style>
border-color css
<style>
span { border-color: #F155DB; }
span { border-color: rgb(241,85,219); }
td.TdClassName
{
border-color: #F155DB;
}
.TagClassName
{
border-color: #F155DB;
}
</style>