Html Css Color HEX #F862DF Free Speech Magenta
📋 copy color: '#F862DF'red 248 ◦ green 98 ◦ blue 223
Shades of Free Speech Magenta #F862DF
Tints of Free Speech Magenta #F862DF
RGB
CMYK
RGB Variations
Color information
#F862DF (or 0xF862DF) is known color: Free Speech Magenta. HEX triplet: F8, 62 and DF. RGB value is (248,98,223). Sum of RGB (Red+Green+Blue) = 248+98+223=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F862DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F862DF is #079D20. Grayscale: #9C9C9C. Windows color (decimal): -498977 or 14639864. OLE color: 14639864.
HSL color Cylindrical-coordinate representation of color #F862DF: hue angle of 310º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F862DF is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 223 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.03 |
| HSL | 310º | 0.91% | 0.68% | - |
| HSV(B) | 310º | 0.6% | 0.97% | - |
| XYZ | 56.4 | 34.02 | 73.41 | - |
| YUV | 157.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 223 | 0 | 0.60 | 0.10 | 0.03 | 310 | 0.91 | 0.68 |
| Hex | F8 | 62 | DF | 0 | 3C | A | 3 | 136 | 5B | 44 |
| Octal | 370 | 142 | 337 | 0 | 74 | 12 | 3 | 466 | 133 | 104 |
| Binary | 11111000 | 1100010 | 11011111 | 0 | 111100 | 1010 | 11 | 100110110 | 1011011 | 1000100 |
Color Harmonies of #F862DF
Complementary color
Monochromatic Colors of #F862DF
Black with #F862DF
Text Example
Text Example
White with #F862DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862DF; }
p { color: rgb(248,98,223); }
H1.HeaderClassName
{
color: #F862DF;
}
.AnyTagClassName
{
color: #F862DF;
}
</style>
background-color css
<style>
a { background-color: #F862DF; }
a { background-color: rgb(248,98,223); }
div.DivClassName
{
background-color: #F862DF;
}
.BgClassName
{
background-color: #F862DF;
}
</style>
border-color css
<style>
span { border-color: #F862DF; }
span { border-color: rgb(248,98,223); }
td.TdClassName
{
border-color: #F862DF;
}
.TagClassName
{
border-color: #F862DF;
}
</style>