Html Css Color HEX #F669DD Free Speech Magenta
📋 copy color: '#F669DD'red 246 ◦ green 105 ◦ blue 221
Shades of Free Speech Magenta #F669DD
Tints of Free Speech Magenta #F669DD
RGB
CMYK
RGB Variations
Color information
#F669DD (or 0xF669DD) is known color: Free Speech Magenta. HEX triplet: F6, 69 and DD. RGB value is (246,105,221). Sum of RGB (Red+Green+Blue) = 246+105+221=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F669DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669DD is #099622. Grayscale: #A0A0A0. Windows color (decimal): -628259 or 14510582. OLE color: 14510582.
HSL color Cylindrical-coordinate representation of color #F669DD: hue angle of 310.64º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669DD is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 221 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.04 |
| HSL | 310.64º | 0.89% | 0.69% | - |
| HSV(B) | 310.64º | 0.57% | 0.96% | - |
| XYZ | 56.11 | 34.92 | 72.19 | - |
| YUV | 160.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 221 | 0 | 0.57 | 0.10 | 0.04 | 310.64 | 0.89 | 0.69 |
| Hex | F6 | 69 | DD | 0 | 39 | A | 4 | 137 | 59 | 45 |
| Octal | 366 | 151 | 335 | 0 | 71 | 12 | 4 | 467 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11011101 | 0 | 111001 | 1010 | 100 | 100110111 | 1011001 | 1000101 |
Color Harmonies of #F669DD
Complementary color
Monochromatic Colors of #F669DD
Black with #F669DD
Text Example
Text Example
White with #F669DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669DD; }
p { color: rgb(246,105,221); }
H1.HeaderClassName
{
color: #F669DD;
}
.AnyTagClassName
{
color: #F669DD;
}
</style>
background-color css
<style>
a { background-color: #F669DD; }
a { background-color: rgb(246,105,221); }
div.DivClassName
{
background-color: #F669DD;
}
.BgClassName
{
background-color: #F669DD;
}
</style>
border-color css
<style>
span { border-color: #F669DD; }
span { border-color: rgb(246,105,221); }
td.TdClassName
{
border-color: #F669DD;
}
.TagClassName
{
border-color: #F669DD;
}
</style>