Html Css Color HEX #F854DC Free Speech Magenta
📋 copy color: '#F854DC'red 248 ◦ green 84 ◦ blue 220
Shades of Free Speech Magenta #F854DC
Tints of Free Speech Magenta #F854DC
RGB
CMYK
RGB Variations
Color information
#F854DC (or 0xF854DC) is known color: Free Speech Magenta. HEX triplet: F8, 54 and DC. RGB value is (248,84,220). Sum of RGB (Red+Green+Blue) = 248+84+220=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 84 (33.20% from 255 or 15.22% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F854DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F854DC is #07AB23. Grayscale: #949494. Windows color (decimal): -502564 or 14439672. OLE color: 14439672.
HSL color Cylindrical-coordinate representation of color #F854DC: hue angle of 310.24º 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 #F854DC is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 220 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.03 |
| HSL | 310.24º | 0.92% | 0.65% | - |
| HSV(B) | 310.24º | 0.66% | 0.97% | - |
| XYZ | 54.8 | 31.46 | 70.9 | - |
| YUV | 148.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 220 | 0 | 0.66 | 0.11 | 0.03 | 310.24 | 0.92 | 0.65 |
| Hex | F8 | 54 | DC | 0 | 42 | B | 3 | 136 | 5C | 41 |
| Octal | 370 | 124 | 334 | 0 | 102 | 13 | 3 | 466 | 134 | 101 |
| Binary | 11111000 | 1010100 | 11011100 | 0 | 1000010 | 1011 | 11 | 100110110 | 1011100 | 1000001 |
Color Harmonies of #F854DC
Complementary color
Monochromatic Colors of #F854DC
Black with #F854DC
Text Example
Text Example
White with #F854DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F854DC; }
p { color: rgb(248,84,220); }
H1.HeaderClassName
{
color: #F854DC;
}
.AnyTagClassName
{
color: #F854DC;
}
</style>
background-color css
<style>
a { background-color: #F854DC; }
a { background-color: rgb(248,84,220); }
div.DivClassName
{
background-color: #F854DC;
}
.BgClassName
{
background-color: #F854DC;
}
</style>
border-color css
<style>
span { border-color: #F854DC; }
span { border-color: rgb(248,84,220); }
td.TdClassName
{
border-color: #F854DC;
}
.TagClassName
{
border-color: #F854DC;
}
</style>