Html Css Color HEX #F655D1 Free Speech Magenta
📋 copy color: '#F655D1'red 246 ◦ green 85 ◦ blue 209
Shades of Free Speech Magenta #F655D1
Tints of Free Speech Magenta #F655D1
RGB
CMYK
RGB Variations
Color information
#F655D1 (or 0xF655D1) is known color: Free Speech Magenta. HEX triplet: F6, 55 and D1. RGB value is (246,85,209). Sum of RGB (Red+Green+Blue) = 246+85+209=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F655D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655D1 is #09AA2E. Grayscale: #929292. Windows color (decimal): -633391 or 13719030. OLE color: 13719030.
HSL color Cylindrical-coordinate representation of color #F655D1: hue angle of 313.79º 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 #F655D1 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 209 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.04 |
| HSL | 313.79º | 0.9% | 0.65% | - |
| HSV(B) | 313.79º | 0.65% | 0.96% | - |
| XYZ | 52.76 | 30.69 | 63.47 | - |
| YUV | 147.28 | 162.84 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 209 | 0 | 0.65 | 0.15 | 0.04 | 313.79 | 0.9 | 0.65 |
| Hex | F6 | 55 | D1 | 0 | 41 | F | 4 | 13A | 5A | 41 |
| Octal | 366 | 125 | 321 | 0 | 101 | 17 | 4 | 472 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11010001 | 0 | 1000001 | 1111 | 100 | 100111010 | 1011010 | 1000001 |
Color Harmonies of #F655D1
Complementary color
Monochromatic Colors of #F655D1
Black with #F655D1
Text Example
Text Example
White with #F655D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655D1; }
p { color: rgb(246,85,209); }
H1.HeaderClassName
{
color: #F655D1;
}
.AnyTagClassName
{
color: #F655D1;
}
</style>
background-color css
<style>
a { background-color: #F655D1; }
a { background-color: rgb(246,85,209); }
div.DivClassName
{
background-color: #F655D1;
}
.BgClassName
{
background-color: #F655D1;
}
</style>
border-color css
<style>
span { border-color: #F655D1; }
span { border-color: rgb(246,85,209); }
td.TdClassName
{
border-color: #F655D1;
}
.TagClassName
{
border-color: #F655D1;
}
</style>