Html Css Color HEX #F869DF Free Speech Magenta
📋 copy color: '#F869DF'red 248 ◦ green 105 ◦ blue 223
Shades of Free Speech Magenta #F869DF
Tints of Free Speech Magenta #F869DF
RGB
CMYK
RGB Variations
Color information
#F869DF (or 0xF869DF) is known color: Free Speech Magenta. HEX triplet: F8, 69 and DF. RGB value is (248,105,223). Sum of RGB (Red+Green+Blue) = 248+105+223=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F869DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869DF is #079620. Grayscale: #A0A0A0. Windows color (decimal): -497185 or 14641656. OLE color: 14641656.
HSL color Cylindrical-coordinate representation of color #F869DF: hue angle of 310.49º 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 #F869DF is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 223 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.03 |
| HSL | 310.49º | 0.91% | 0.69% | - |
| HSV(B) | 310.49º | 0.58% | 0.97% | - |
| XYZ | 57.08 | 35.39 | 73.63 | - |
| YUV | 161.21 | 162.88 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 223 | 0 | 0.58 | 0.10 | 0.03 | 310.49 | 0.91 | 0.69 |
| Hex | F8 | 69 | DF | 0 | 3A | A | 3 | 136 | 5B | 45 |
| Octal | 370 | 151 | 337 | 0 | 72 | 12 | 3 | 466 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11011111 | 0 | 111010 | 1010 | 11 | 100110110 | 1011011 | 1000101 |
Color Harmonies of #F869DF
Complementary color
Monochromatic Colors of #F869DF
Black with #F869DF
Text Example
Text Example
White with #F869DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869DF; }
p { color: rgb(248,105,223); }
H1.HeaderClassName
{
color: #F869DF;
}
.AnyTagClassName
{
color: #F869DF;
}
</style>
background-color css
<style>
a { background-color: #F869DF; }
a { background-color: rgb(248,105,223); }
div.DivClassName
{
background-color: #F869DF;
}
.BgClassName
{
background-color: #F869DF;
}
</style>
border-color css
<style>
span { border-color: #F869DF; }
span { border-color: rgb(248,105,223); }
td.TdClassName
{
border-color: #F869DF;
}
.TagClassName
{
border-color: #F869DF;
}
</style>