Html Css Color HEX #F655E6 Free Speech Magenta
📋 copy color: '#F655E6'red 246 ◦ green 85 ◦ blue 230
Shades of Free Speech Magenta #F655E6
Tints of Free Speech Magenta #F655E6
RGB
CMYK
RGB Variations
Color information
#F655E6 (or 0xF655E6) is known color: Free Speech Magenta. HEX triplet: F6, 55 and E6. RGB value is (246,85,230). Sum of RGB (Red+Green+Blue) = 246+85+230=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F655E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655E6 is #09AA19. Grayscale: #959595. Windows color (decimal): -633370 or 15095286. OLE color: 15095286.
HSL color Cylindrical-coordinate representation of color #F655E6: hue angle of 305.96º 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 #F655E6 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 230 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.04 |
| HSL | 305.96º | 0.9% | 0.65% | - |
| HSV(B) | 305.96º | 0.65% | 0.96% | - |
| XYZ | 55.54 | 31.8 | 78.07 | - |
| YUV | 149.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 230 | 0 | 0.65 | 0.07 | 0.04 | 305.96 | 0.9 | 0.65 |
| Hex | F6 | 55 | E6 | 0 | 41 | 7 | 4 | 132 | 5A | 41 |
| Octal | 366 | 125 | 346 | 0 | 101 | 7 | 4 | 462 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11100110 | 0 | 1000001 | 111 | 100 | 100110010 | 1011010 | 1000001 |
Color Harmonies of #F655E6
Complementary color
Monochromatic Colors of #F655E6
Black with #F655E6
Text Example
Text Example
White with #F655E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655E6; }
p { color: rgb(246,85,230); }
H1.HeaderClassName
{
color: #F655E6;
}
.AnyTagClassName
{
color: #F655E6;
}
</style>
background-color css
<style>
a { background-color: #F655E6; }
a { background-color: rgb(246,85,230); }
div.DivClassName
{
background-color: #F655E6;
}
.BgClassName
{
background-color: #F655E6;
}
</style>
border-color css
<style>
span { border-color: #F655E6; }
span { border-color: rgb(246,85,230); }
td.TdClassName
{
border-color: #F655E6;
}
.TagClassName
{
border-color: #F655E6;
}
</style>