Html Css Color HEX #F655CE Free Speech Magenta
📋 copy color: '#F655CE'red 246 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #F655CE
Tints of Free Speech Magenta #F655CE
RGB
CMYK
RGB Variations
Color information
#F655CE (or 0xF655CE) is known color: Free Speech Magenta. HEX triplet: F6, 55 and CE. RGB value is (246,85,206). Sum of RGB (Red+Green+Blue) = 246+85+206=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F655CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655CE is #09AA31. Grayscale: #929292. Windows color (decimal): -633394 or 13522422. OLE color: 13522422.
HSL color Cylindrical-coordinate representation of color #F655CE: hue angle of 314.91º 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 #F655CE is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 206 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.04 |
| HSL | 314.91º | 0.9% | 0.65% | - |
| HSV(B) | 314.91º | 0.65% | 0.96% | - |
| XYZ | 52.4 | 30.55 | 61.53 | - |
| YUV | 146.93 | 161.34 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 206 | 0 | 0.65 | 0.16 | 0.04 | 314.91 | 0.9 | 0.65 |
| Hex | F6 | 55 | CE | 0 | 41 | 10 | 4 | 13B | 5A | 41 |
| Octal | 366 | 125 | 316 | 0 | 101 | 20 | 4 | 473 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11001110 | 0 | 1000001 | 10000 | 100 | 100111011 | 1011010 | 1000001 |
Color Harmonies of #F655CE
Complementary color
Monochromatic Colors of #F655CE
Black with #F655CE
Text Example
Text Example
White with #F655CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655CE; }
p { color: rgb(246,85,206); }
H1.HeaderClassName
{
color: #F655CE;
}
.AnyTagClassName
{
color: #F655CE;
}
</style>
background-color css
<style>
a { background-color: #F655CE; }
a { background-color: rgb(246,85,206); }
div.DivClassName
{
background-color: #F655CE;
}
.BgClassName
{
background-color: #F655CE;
}
</style>
border-color css
<style>
span { border-color: #F655CE; }
span { border-color: rgb(246,85,206); }
td.TdClassName
{
border-color: #F655CE;
}
.TagClassName
{
border-color: #F655CE;
}
</style>