Html Css Color HEX #F854DB Free Speech Magenta
📋 copy color: '#F854DB'red 248 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #F854DB
Tints of Free Speech Magenta #F854DB
RGB
CMYK
RGB Variations
Color information
#F854DB (or 0xF854DB) is known color: Free Speech Magenta. HEX triplet: F8, 54 and DB. RGB value is (248,84,219). Sum of RGB (Red+Green+Blue) = 248+84+219=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 84 (33.20% from 255 or 15.25% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F854DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F854DB is #07AB24. Grayscale: #949494. Windows color (decimal): -502565 or 14374136. OLE color: 14374136.
HSL color Cylindrical-coordinate representation of color #F854DB: hue angle of 310.61º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F854DB is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 219 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.03 |
| HSL | 310.61º | 0.92% | 0.65% | - |
| HSV(B) | 310.61º | 0.66% | 0.97% | - |
| XYZ | 54.67 | 31.41 | 70.2 | - |
| YUV | 148.43 | 167.83 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 219 | 0 | 0.66 | 0.12 | 0.03 | 310.61 | 0.92 | 0.65 |
| Hex | F8 | 54 | DB | 0 | 42 | C | 3 | 137 | 5C | 41 |
| Octal | 370 | 124 | 333 | 0 | 102 | 14 | 3 | 467 | 134 | 101 |
| Binary | 11111000 | 1010100 | 11011011 | 0 | 1000010 | 1100 | 11 | 100110111 | 1011100 | 1000001 |
Color Harmonies of #F854DB
Complementary color
Monochromatic Colors of #F854DB
Black with #F854DB
Text Example
Text Example
White with #F854DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F854DB; }
p { color: rgb(248,84,219); }
H1.HeaderClassName
{
color: #F854DB;
}
.AnyTagClassName
{
color: #F854DB;
}
</style>
background-color css
<style>
a { background-color: #F854DB; }
a { background-color: rgb(248,84,219); }
div.DivClassName
{
background-color: #F854DB;
}
.BgClassName
{
background-color: #F854DB;
}
</style>
border-color css
<style>
span { border-color: #F854DB; }
span { border-color: rgb(248,84,219); }
td.TdClassName
{
border-color: #F854DB;
}
.TagClassName
{
border-color: #F854DB;
}
</style>