Html Css Color HEX #F768DD Free Speech Magenta
📋 copy color: '#F768DD'red 247 ◦ green 104 ◦ blue 221
Shades of Free Speech Magenta #F768DD
Tints of Free Speech Magenta #F768DD
RGB
CMYK
RGB Variations
Color information
#F768DD (or 0xF768DD) is known color: Free Speech Magenta. HEX triplet: F7, 68 and DD. RGB value is (247,104,221). Sum of RGB (Red+Green+Blue) = 247+104+221=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 104 (41.02% from 255 or 18.18% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F768DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768DD is #089722. Grayscale: #9F9F9F. Windows color (decimal): -562979 or 14510327. OLE color: 14510327.
HSL color Cylindrical-coordinate representation of color #F768DD: hue angle of 310.91º degrees, saturation: 0.9, 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 #F768DD is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 221 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.03 |
| HSL | 310.91º | 0.9% | 0.69% | - |
| HSV(B) | 310.91º | 0.58% | 0.97% | - |
| XYZ | 56.36 | 34.9 | 72.17 | - |
| YUV | 160.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 221 | 0 | 0.58 | 0.11 | 0.03 | 310.91 | 0.9 | 0.69 |
| Hex | F7 | 68 | DD | 0 | 3A | B | 3 | 137 | 5A | 45 |
| Octal | 367 | 150 | 335 | 0 | 72 | 13 | 3 | 467 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11011101 | 0 | 111010 | 1011 | 11 | 100110111 | 1011010 | 1000101 |
Color Harmonies of #F768DD
Complementary color
Monochromatic Colors of #F768DD
Black with #F768DD
Text Example
Text Example
White with #F768DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768DD; }
p { color: rgb(247,104,221); }
H1.HeaderClassName
{
color: #F768DD;
}
.AnyTagClassName
{
color: #F768DD;
}
</style>
background-color css
<style>
a { background-color: #F768DD; }
a { background-color: rgb(247,104,221); }
div.DivClassName
{
background-color: #F768DD;
}
.BgClassName
{
background-color: #F768DD;
}
</style>
border-color css
<style>
span { border-color: #F768DD; }
span { border-color: rgb(247,104,221); }
td.TdClassName
{
border-color: #F768DD;
}
.TagClassName
{
border-color: #F768DD;
}
</style>