Html Css Color HEX #F66BDC Free Speech Magenta
📋 copy color: '#F66BDC'red 246 ◦ green 107 ◦ blue 220
Shades of Free Speech Magenta #F66BDC
Tints of Free Speech Magenta #F66BDC
RGB
CMYK
RGB Variations
Color information
#F66BDC (or 0xF66BDC) is known color: Free Speech Magenta. HEX triplet: F6, 6B and DC. RGB value is (246,107,220). Sum of RGB (Red+Green+Blue) = 246+107+220=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BDC is #099423. Grayscale: #A1A1A1. Windows color (decimal): -627748 or 14445558. OLE color: 14445558.
HSL color Cylindrical-coordinate representation of color #F66BDC: hue angle of 311.22º 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 #F66BDC is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 220 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.04 |
| HSL | 311.22º | 0.89% | 0.69% | - |
| HSV(B) | 311.22º | 0.57% | 0.96% | - |
| XYZ | 56.18 | 35.28 | 71.56 | - |
| YUV | 161.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 220 | 0 | 0.57 | 0.11 | 0.04 | 311.22 | 0.89 | 0.69 |
| Hex | F6 | 6B | DC | 0 | 39 | B | 4 | 137 | 59 | 45 |
| Octal | 366 | 153 | 334 | 0 | 71 | 13 | 4 | 467 | 131 | 105 |
| Binary | 11110110 | 1101011 | 11011100 | 0 | 111001 | 1011 | 100 | 100110111 | 1011001 | 1000101 |
Color Harmonies of #F66BDC
Complementary color
Monochromatic Colors of #F66BDC
Black with #F66BDC
Text Example
Text Example
White with #F66BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BDC; }
p { color: rgb(246,107,220); }
H1.HeaderClassName
{
color: #F66BDC;
}
.AnyTagClassName
{
color: #F66BDC;
}
</style>
background-color css
<style>
a { background-color: #F66BDC; }
a { background-color: rgb(246,107,220); }
div.DivClassName
{
background-color: #F66BDC;
}
.BgClassName
{
background-color: #F66BDC;
}
</style>
border-color css
<style>
span { border-color: #F66BDC; }
span { border-color: rgb(246,107,220); }
td.TdClassName
{
border-color: #F66BDC;
}
.TagClassName
{
border-color: #F66BDC;
}
</style>