Html Css Color HEX #F152DB Free Speech Magenta
📋 copy color: '#F152DB'red 241 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #F152DB
Tints of Free Speech Magenta #F152DB
RGB
CMYK
RGB Variations
Color information
#F152DB (or 0xF152DB) is known color: Free Speech Magenta. HEX triplet: F1, 52 and DB. RGB value is (241,82,219). Sum of RGB (Red+Green+Blue) = 241+82+219=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F152DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152DB is #0EAD24. Grayscale: #909090. Windows color (decimal): -961829 or 14373617. OLE color: 14373617.
HSL color Cylindrical-coordinate representation of color #F152DB: hue angle of 308.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F152DB is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 219 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.05 |
| HSL | 308.3º | 0.85% | 0.63% | - |
| HSV(B) | 308.3º | 0.66% | 0.95% | - |
| XYZ | 52.08 | 29.85 | 70.03 | - |
| YUV | 145.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 219 | 0 | 0.66 | 0.09 | 0.05 | 308.3 | 0.85 | 0.63 |
| Hex | F1 | 52 | DB | 0 | 42 | 9 | 5 | 134 | 55 | 3F |
| Octal | 361 | 122 | 333 | 0 | 102 | 11 | 5 | 464 | 125 | 77 |
| Binary | 11110001 | 1010010 | 11011011 | 0 | 1000010 | 1001 | 101 | 100110100 | 1010101 | 111111 |
Color Harmonies of #F152DB
Complementary color
Monochromatic Colors of #F152DB
Black with #F152DB
Text Example
Text Example
White with #F152DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F152DB; }
p { color: rgb(241,82,219); }
H1.HeaderClassName
{
color: #F152DB;
}
.AnyTagClassName
{
color: #F152DB;
}
</style>
background-color css
<style>
a { background-color: #F152DB; }
a { background-color: rgb(241,82,219); }
div.DivClassName
{
background-color: #F152DB;
}
.BgClassName
{
background-color: #F152DB;
}
</style>
border-color css
<style>
span { border-color: #F152DB; }
span { border-color: rgb(241,82,219); }
td.TdClassName
{
border-color: #F152DB;
}
.TagClassName
{
border-color: #F152DB;
}
</style>