Html Css Color HEX #F15CDB Free Speech Magenta
📋 copy color: '#F15CDB'red 241 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #F15CDB
Tints of Free Speech Magenta #F15CDB
RGB
CMYK
RGB Variations
Color information
#F15CDB (or 0xF15CDB) is known color: Free Speech Magenta. HEX triplet: F1, 5C and DB. RGB value is (241,92,219). Sum of RGB (Red+Green+Blue) = 241+92+219=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CDB is #0EA324. Grayscale: #969696. Windows color (decimal): -959269 or 14376177. OLE color: 14376177.
HSL color Cylindrical-coordinate representation of color #F15CDB: hue angle of 308.86º 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 #F15CDB is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 219 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.05 |
| HSL | 308.86º | 0.84% | 0.65% | - |
| HSV(B) | 308.86º | 0.62% | 0.95% | - |
| XYZ | 52.89 | 31.47 | 70.3 | - |
| YUV | 151.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 219 | 0 | 0.62 | 0.09 | 0.05 | 308.86 | 0.84 | 0.65 |
| Hex | F1 | 5C | DB | 0 | 3E | 9 | 5 | 135 | 54 | 41 |
| Octal | 361 | 134 | 333 | 0 | 76 | 11 | 5 | 465 | 124 | 101 |
| Binary | 11110001 | 1011100 | 11011011 | 0 | 111110 | 1001 | 101 | 100110101 | 1010100 | 1000001 |
Color Harmonies of #F15CDB
Complementary color
Monochromatic Colors of #F15CDB
Black with #F15CDB
Text Example
Text Example
White with #F15CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15CDB; }
p { color: rgb(241,92,219); }
H1.HeaderClassName
{
color: #F15CDB;
}
.AnyTagClassName
{
color: #F15CDB;
}
</style>
background-color css
<style>
a { background-color: #F15CDB; }
a { background-color: rgb(241,92,219); }
div.DivClassName
{
background-color: #F15CDB;
}
.BgClassName
{
background-color: #F15CDB;
}
</style>
border-color css
<style>
span { border-color: #F15CDB; }
span { border-color: rgb(241,92,219); }
td.TdClassName
{
border-color: #F15CDB;
}
.TagClassName
{
border-color: #F15CDB;
}
</style>