Html Css Color HEX #F256DF Free Speech Magenta
📋 copy color: '#F256DF'red 242 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #F256DF
Tints of Free Speech Magenta #F256DF
RGB
CMYK
RGB Variations
Color information
#F256DF (or 0xF256DF) is known color: Free Speech Magenta. HEX triplet: F2, 56 and DF. RGB value is (242,86,223). Sum of RGB (Red+Green+Blue) = 242+86+223=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 86 (33.98% from 255 or 15.61% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F256DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256DF is #0DA920. Grayscale: #939393. Windows color (decimal): -895265 or 14636786. OLE color: 14636786.
HSL color Cylindrical-coordinate representation of color #F256DF: hue angle of 307.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256DF is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 223 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.05 |
| HSL | 307.31º | 0.86% | 0.64% | - |
| HSV(B) | 307.31º | 0.64% | 0.95% | - |
| XYZ | 53.27 | 30.86 | 72.96 | - |
| YUV | 148.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 223 | 0 | 0.64 | 0.08 | 0.05 | 307.31 | 0.86 | 0.64 |
| Hex | F2 | 56 | DF | 0 | 40 | 8 | 5 | 133 | 56 | 40 |
| Octal | 362 | 126 | 337 | 0 | 100 | 10 | 5 | 463 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11011111 | 0 | 1000000 | 1000 | 101 | 100110011 | 1010110 | 1000000 |
Color Harmonies of #F256DF
Complementary color
Monochromatic Colors of #F256DF
Black with #F256DF
Text Example
Text Example
White with #F256DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256DF; }
p { color: rgb(242,86,223); }
H1.HeaderClassName
{
color: #F256DF;
}
.AnyTagClassName
{
color: #F256DF;
}
</style>
background-color css
<style>
a { background-color: #F256DF; }
a { background-color: rgb(242,86,223); }
div.DivClassName
{
background-color: #F256DF;
}
.BgClassName
{
background-color: #F256DF;
}
</style>
border-color css
<style>
span { border-color: #F256DF; }
span { border-color: rgb(242,86,223); }
td.TdClassName
{
border-color: #F256DF;
}
.TagClassName
{
border-color: #F256DF;
}
</style>