Html Css Color HEX #F655CF Free Speech Magenta
📋 copy color: '#F655CF'red 246 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #F655CF
Tints of Free Speech Magenta #F655CF
RGB
CMYK
RGB Variations
Color information
#F655CF (or 0xF655CF) is known color: Free Speech Magenta. HEX triplet: F6, 55 and CF. RGB value is (246,85,207). Sum of RGB (Red+Green+Blue) = 246+85+207=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F655CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655CF is #09AA30. Grayscale: #929292. Windows color (decimal): -633393 or 13587958. OLE color: 13587958.
HSL color Cylindrical-coordinate representation of color #F655CF: hue angle of 314.53º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F655CF is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 207 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.04 |
| HSL | 314.53º | 0.9% | 0.65% | - |
| HSV(B) | 314.53º | 0.65% | 0.96% | - |
| XYZ | 52.52 | 30.59 | 62.17 | - |
| YUV | 147.05 | 161.84 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 207 | 0 | 0.65 | 0.16 | 0.04 | 314.53 | 0.9 | 0.65 |
| Hex | F6 | 55 | CF | 0 | 41 | 10 | 4 | 13B | 5A | 41 |
| Octal | 366 | 125 | 317 | 0 | 101 | 20 | 4 | 473 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11001111 | 0 | 1000001 | 10000 | 100 | 100111011 | 1011010 | 1000001 |
Color Harmonies of #F655CF
Complementary color
Monochromatic Colors of #F655CF
Black with #F655CF
Text Example
Text Example
White with #F655CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655CF; }
p { color: rgb(246,85,207); }
H1.HeaderClassName
{
color: #F655CF;
}
.AnyTagClassName
{
color: #F655CF;
}
</style>
background-color css
<style>
a { background-color: #F655CF; }
a { background-color: rgb(246,85,207); }
div.DivClassName
{
background-color: #F655CF;
}
.BgClassName
{
background-color: #F655CF;
}
</style>
border-color css
<style>
span { border-color: #F655CF; }
span { border-color: rgb(246,85,207); }
td.TdClassName
{
border-color: #F655CF;
}
.TagClassName
{
border-color: #F655CF;
}
</style>