Html Css Color HEX #F849DD Free Speech Magenta
📋 copy color: '#F849DD'red 248 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #F849DD
Tints of Free Speech Magenta #F849DD
RGB
CMYK
RGB Variations
Color information
#F849DD (or 0xF849DD) is known color: Free Speech Magenta. HEX triplet: F8, 49 and DD. RGB value is (248,73,221). Sum of RGB (Red+Green+Blue) = 248+73+221=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F849DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849DD is #07B622. Grayscale: #8D8D8D. Windows color (decimal): -505379 or 14502392. OLE color: 14502392.
HSL color Cylindrical-coordinate representation of color #F849DD: hue angle of 309.26º 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 #F849DD is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 221 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.03 |
| HSL | 309.26º | 0.93% | 0.63% | - |
| HSV(B) | 309.26º | 0.71% | 0.97% | - |
| XYZ | 54.15 | 29.94 | 71.33 | - |
| YUV | 142.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 221 | 0 | 0.71 | 0.11 | 0.03 | 309.26 | 0.93 | 0.63 |
| Hex | F8 | 49 | DD | 0 | 47 | B | 3 | 135 | 5D | 3F |
| Octal | 370 | 111 | 335 | 0 | 107 | 13 | 3 | 465 | 135 | 77 |
| Binary | 11111000 | 1001001 | 11011101 | 0 | 1000111 | 1011 | 11 | 100110101 | 1011101 | 111111 |
Color Harmonies of #F849DD
Complementary color
Monochromatic Colors of #F849DD
Black with #F849DD
Text Example
Text Example
White with #F849DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F849DD; }
p { color: rgb(248,73,221); }
H1.HeaderClassName
{
color: #F849DD;
}
.AnyTagClassName
{
color: #F849DD;
}
</style>
background-color css
<style>
a { background-color: #F849DD; }
a { background-color: rgb(248,73,221); }
div.DivClassName
{
background-color: #F849DD;
}
.BgClassName
{
background-color: #F849DD;
}
</style>
border-color css
<style>
span { border-color: #F849DD; }
span { border-color: rgb(248,73,221); }
td.TdClassName
{
border-color: #F849DD;
}
.TagClassName
{
border-color: #F849DD;
}
</style>