Html Css Color HEX #F849DF Free Speech Magenta
📋 copy color: '#F849DF'red 248 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #F849DF
Tints of Free Speech Magenta #F849DF
RGB
CMYK
RGB Variations
Color information
#F849DF (or 0xF849DF) is known color: Free Speech Magenta. HEX triplet: F8, 49 and DF. RGB value is (248,73,223). Sum of RGB (Red+Green+Blue) = 248+73+223=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F849DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849DF is #07B620. Grayscale: #8E8E8E. Windows color (decimal): -505377 or 14633464. OLE color: 14633464.
HSL color Cylindrical-coordinate representation of color #F849DF: hue angle of 308.57º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849DF is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 223 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.03 |
| HSL | 308.57º | 0.93% | 0.63% | - |
| HSV(B) | 308.57º | 0.71% | 0.97% | - |
| XYZ | 54.41 | 30.05 | 72.74 | - |
| YUV | 142.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 223 | 0 | 0.71 | 0.10 | 0.03 | 308.57 | 0.93 | 0.63 |
| Hex | F8 | 49 | DF | 0 | 47 | A | 3 | 135 | 5D | 3F |
| Octal | 370 | 111 | 337 | 0 | 107 | 12 | 3 | 465 | 135 | 77 |
| Binary | 11111000 | 1001001 | 11011111 | 0 | 1000111 | 1010 | 11 | 100110101 | 1011101 | 111111 |
Color Harmonies of #F849DF
Complementary color
Monochromatic Colors of #F849DF
Black with #F849DF
Text Example
Text Example
White with #F849DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F849DF; }
p { color: rgb(248,73,223); }
H1.HeaderClassName
{
color: #F849DF;
}
.AnyTagClassName
{
color: #F849DF;
}
</style>
background-color css
<style>
a { background-color: #F849DF; }
a { background-color: rgb(248,73,223); }
div.DivClassName
{
background-color: #F849DF;
}
.BgClassName
{
background-color: #F849DF;
}
</style>
border-color css
<style>
span { border-color: #F849DF; }
span { border-color: rgb(248,73,223); }
td.TdClassName
{
border-color: #F849DF;
}
.TagClassName
{
border-color: #F849DF;
}
</style>