Html Css Color HEX #F94BDB Free Speech Magenta
📋 copy color: '#F94BDB'red 249 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #F94BDB
Tints of Free Speech Magenta #F94BDB
RGB
CMYK
RGB Variations
Color information
#F94BDB (or 0xF94BDB) is known color: Free Speech Magenta. HEX triplet: F9, 4B and DB. RGB value is (249,75,219). Sum of RGB (Red+Green+Blue) = 249+75+219=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F94BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94BDB is #06B424. Grayscale: #8F8F8F. Windows color (decimal): -439333 or 14371833. OLE color: 14371833.
HSL color Cylindrical-coordinate representation of color #F94BDB: hue angle of 310.34º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94BDB is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 75 | 219 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.02 |
| HSL | 310.34º | 0.94% | 0.64% | - |
| HSV(B) | 310.34º | 0.7% | 0.98% | - |
| XYZ | 54.37 | 30.29 | 70 | - |
| YUV | 143.44 | 170.65 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 75 | 219 | 0 | 0.70 | 0.12 | 0.02 | 310.34 | 0.94 | 0.64 |
| Hex | F9 | 4B | DB | 0 | 46 | C | 2 | 136 | 5E | 40 |
| Octal | 371 | 113 | 333 | 0 | 106 | 14 | 2 | 466 | 136 | 100 |
| Binary | 11111001 | 1001011 | 11011011 | 0 | 1000110 | 1100 | 10 | 100110110 | 1011110 | 1000000 |
Color Harmonies of #F94BDB
Complementary color
Monochromatic Colors of #F94BDB
Black with #F94BDB
Text Example
Text Example
White with #F94BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94BDB; }
p { color: rgb(249,75,219); }
H1.HeaderClassName
{
color: #F94BDB;
}
.AnyTagClassName
{
color: #F94BDB;
}
</style>
background-color css
<style>
a { background-color: #F94BDB; }
a { background-color: rgb(249,75,219); }
div.DivClassName
{
background-color: #F94BDB;
}
.BgClassName
{
background-color: #F94BDB;
}
</style>
border-color css
<style>
span { border-color: #F94BDB; }
span { border-color: rgb(249,75,219); }
td.TdClassName
{
border-color: #F94BDB;
}
.TagClassName
{
border-color: #F94BDB;
}
</style>