Html Css Color HEX #F667DC Free Speech Magenta
📋 copy color: '#F667DC'red 246 ◦ green 103 ◦ blue 220
Shades of Free Speech Magenta #F667DC
Tints of Free Speech Magenta #F667DC
RGB
CMYK
RGB Variations
Color information
#F667DC (or 0xF667DC) is known color: Free Speech Magenta. HEX triplet: F6, 67 and DC. RGB value is (246,103,220). Sum of RGB (Red+Green+Blue) = 246+103+220=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 103 (40.62% from 255 or 18.10% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F667DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F667DC is #099823. Grayscale: #9E9E9E. Windows color (decimal): -628772 or 14444534. OLE color: 14444534.
HSL color Cylindrical-coordinate representation of color #F667DC: hue angle of 310.91º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F667DC is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 220 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.04 |
| HSL | 310.91º | 0.89% | 0.68% | - |
| HSV(B) | 310.91º | 0.58% | 0.96% | - |
| XYZ | 55.77 | 34.46 | 71.42 | - |
| YUV | 159.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 220 | 0 | 0.58 | 0.11 | 0.04 | 310.91 | 0.89 | 0.68 |
| Hex | F6 | 67 | DC | 0 | 3A | B | 4 | 137 | 59 | 44 |
| Octal | 366 | 147 | 334 | 0 | 72 | 13 | 4 | 467 | 131 | 104 |
| Binary | 11110110 | 1100111 | 11011100 | 0 | 111010 | 1011 | 100 | 100110111 | 1011001 | 1000100 |
Color Harmonies of #F667DC
Complementary color
Monochromatic Colors of #F667DC
Black with #F667DC
Text Example
Text Example
White with #F667DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F667DC; }
p { color: rgb(246,103,220); }
H1.HeaderClassName
{
color: #F667DC;
}
.AnyTagClassName
{
color: #F667DC;
}
</style>
background-color css
<style>
a { background-color: #F667DC; }
a { background-color: rgb(246,103,220); }
div.DivClassName
{
background-color: #F667DC;
}
.BgClassName
{
background-color: #F667DC;
}
</style>
border-color css
<style>
span { border-color: #F667DC; }
span { border-color: rgb(246,103,220); }
td.TdClassName
{
border-color: #F667DC;
}
.TagClassName
{
border-color: #F667DC;
}
</style>