Html Css Color HEX #F769DF Free Speech Magenta
📋 copy color: '#F769DF'red 247 ◦ green 105 ◦ blue 223
Shades of Free Speech Magenta #F769DF
Tints of Free Speech Magenta #F769DF
RGB
CMYK
RGB Variations
Color information
#F769DF (or 0xF769DF) is known color: Free Speech Magenta. HEX triplet: F7, 69 and DF. RGB value is (247,105,223). Sum of RGB (Red+Green+Blue) = 247+105+223=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F769DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769DF is #089620. Grayscale: #A0A0A0. Windows color (decimal): -562721 or 14641655. OLE color: 14641655.
HSL color Cylindrical-coordinate representation of color #F769DF: hue angle of 310.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F769DF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 223 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.03 |
| HSL | 310.14º | 0.9% | 0.69% | - |
| HSV(B) | 310.14º | 0.57% | 0.97% | - |
| XYZ | 56.73 | 35.21 | 73.62 | - |
| YUV | 160.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 223 | 0 | 0.57 | 0.10 | 0.03 | 310.14 | 0.9 | 0.69 |
| Hex | F7 | 69 | DF | 0 | 39 | A | 3 | 136 | 5A | 45 |
| Octal | 367 | 151 | 337 | 0 | 71 | 12 | 3 | 466 | 132 | 105 |
| Binary | 11110111 | 1101001 | 11011111 | 0 | 111001 | 1010 | 11 | 100110110 | 1011010 | 1000101 |
Color Harmonies of #F769DF
Complementary color
Monochromatic Colors of #F769DF
Black with #F769DF
Text Example
Text Example
White with #F769DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769DF; }
p { color: rgb(247,105,223); }
H1.HeaderClassName
{
color: #F769DF;
}
.AnyTagClassName
{
color: #F769DF;
}
</style>
background-color css
<style>
a { background-color: #F769DF; }
a { background-color: rgb(247,105,223); }
div.DivClassName
{
background-color: #F769DF;
}
.BgClassName
{
background-color: #F769DF;
}
</style>
border-color css
<style>
span { border-color: #F769DF; }
span { border-color: rgb(247,105,223); }
td.TdClassName
{
border-color: #F769DF;
}
.TagClassName
{
border-color: #F769DF;
}
</style>