Html Css Color HEX #F867DF Free Speech Magenta
📋 copy color: '#F867DF'red 248 ◦ green 103 ◦ blue 223
Shades of Free Speech Magenta #F867DF
Tints of Free Speech Magenta #F867DF
RGB
CMYK
RGB Variations
Color information
#F867DF (or 0xF867DF) is known color: Free Speech Magenta. HEX triplet: F8, 67 and DF. RGB value is (248,103,223). Sum of RGB (Red+Green+Blue) = 248+103+223=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 103 (40.62% from 255 or 17.94% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F867DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F867DF is #079820. Grayscale: #9F9F9F. Windows color (decimal): -497697 or 14641144. OLE color: 14641144.
HSL color Cylindrical-coordinate representation of color #F867DF: hue angle of 310.34º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F867DF is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 223 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.03 |
| HSL | 310.34º | 0.91% | 0.69% | - |
| HSV(B) | 310.34º | 0.58% | 0.97% | - |
| XYZ | 56.88 | 34.98 | 73.57 | - |
| YUV | 160.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 223 | 0 | 0.58 | 0.10 | 0.03 | 310.34 | 0.91 | 0.69 |
| Hex | F8 | 67 | DF | 0 | 3A | A | 3 | 136 | 5B | 45 |
| Octal | 370 | 147 | 337 | 0 | 72 | 12 | 3 | 466 | 133 | 105 |
| Binary | 11111000 | 1100111 | 11011111 | 0 | 111010 | 1010 | 11 | 100110110 | 1011011 | 1000101 |
Color Harmonies of #F867DF
Complementary color
Monochromatic Colors of #F867DF
Black with #F867DF
Text Example
Text Example
White with #F867DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F867DF; }
p { color: rgb(248,103,223); }
H1.HeaderClassName
{
color: #F867DF;
}
.AnyTagClassName
{
color: #F867DF;
}
</style>
background-color css
<style>
a { background-color: #F867DF; }
a { background-color: rgb(248,103,223); }
div.DivClassName
{
background-color: #F867DF;
}
.BgClassName
{
background-color: #F867DF;
}
</style>
border-color css
<style>
span { border-color: #F867DF; }
span { border-color: rgb(248,103,223); }
td.TdClassName
{
border-color: #F867DF;
}
.TagClassName
{
border-color: #F867DF;
}
</style>