Html Css Color HEX #F84FDB Free Speech Magenta
📋 copy color: '#F84FDB'red 248 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #F84FDB
Tints of Free Speech Magenta #F84FDB
RGB
CMYK
RGB Variations
Color information
#F84FDB (or 0xF84FDB) is known color: Free Speech Magenta. HEX triplet: F8, 4F and DB. RGB value is (248,79,219). Sum of RGB (Red+Green+Blue) = 248+79+219=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 79 (31.25% from 255 or 14.47% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FDB is #07B024. Grayscale: #919191. Windows color (decimal): -503845 or 14372856. OLE color: 14372856.
HSL color Cylindrical-coordinate representation of color #F84FDB: hue angle of 310.3º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FDB is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 219 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.03 |
| HSL | 310.3º | 0.92% | 0.64% | - |
| HSV(B) | 310.3º | 0.68% | 0.97% | - |
| XYZ | 54.29 | 30.66 | 70.07 | - |
| YUV | 145.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 219 | 0 | 0.68 | 0.12 | 0.03 | 310.3 | 0.92 | 0.64 |
| Hex | F8 | 4F | DB | 0 | 44 | C | 3 | 136 | 5C | 40 |
| Octal | 370 | 117 | 333 | 0 | 104 | 14 | 3 | 466 | 134 | 100 |
| Binary | 11111000 | 1001111 | 11011011 | 0 | 1000100 | 1100 | 11 | 100110110 | 1011100 | 1000000 |
Color Harmonies of #F84FDB
Complementary color
Monochromatic Colors of #F84FDB
Black with #F84FDB
Text Example
Text Example
White with #F84FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FDB; }
p { color: rgb(248,79,219); }
H1.HeaderClassName
{
color: #F84FDB;
}
.AnyTagClassName
{
color: #F84FDB;
}
</style>
background-color css
<style>
a { background-color: #F84FDB; }
a { background-color: rgb(248,79,219); }
div.DivClassName
{
background-color: #F84FDB;
}
.BgClassName
{
background-color: #F84FDB;
}
</style>
border-color css
<style>
span { border-color: #F84FDB; }
span { border-color: rgb(248,79,219); }
td.TdClassName
{
border-color: #F84FDB;
}
.TagClassName
{
border-color: #F84FDB;
}
</style>