Html Css Color HEX #F755D1 Free Speech Magenta
📋 copy color: '#F755D1'red 247 ◦ green 85 ◦ blue 209
Shades of Free Speech Magenta #F755D1
Tints of Free Speech Magenta #F755D1
RGB
CMYK
RGB Variations
Color information
#F755D1 (or 0xF755D1) is known color: Free Speech Magenta. HEX triplet: F7, 55 and D1. RGB value is (247,85,209). Sum of RGB (Red+Green+Blue) = 247+85+209=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F755D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755D1 is #08AA2E. Grayscale: #939393. Windows color (decimal): -567855 or 13719031. OLE color: 13719031.
HSL color Cylindrical-coordinate representation of color #F755D1: hue angle of 314.07º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F755D1 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 209 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.03 |
| HSL | 314.07º | 0.91% | 0.65% | - |
| HSV(B) | 314.07º | 0.66% | 0.97% | - |
| XYZ | 53.11 | 30.87 | 63.48 | - |
| YUV | 147.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 209 | 0 | 0.66 | 0.15 | 0.03 | 314.07 | 0.91 | 0.65 |
| Hex | F7 | 55 | D1 | 0 | 42 | F | 3 | 13A | 5B | 41 |
| Octal | 367 | 125 | 321 | 0 | 102 | 17 | 3 | 472 | 133 | 101 |
| Binary | 11110111 | 1010101 | 11010001 | 0 | 1000010 | 1111 | 11 | 100111010 | 1011011 | 1000001 |
Color Harmonies of #F755D1
Complementary color
Monochromatic Colors of #F755D1
Black with #F755D1
Text Example
Text Example
White with #F755D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755D1; }
p { color: rgb(247,85,209); }
H1.HeaderClassName
{
color: #F755D1;
}
.AnyTagClassName
{
color: #F755D1;
}
</style>
background-color css
<style>
a { background-color: #F755D1; }
a { background-color: rgb(247,85,209); }
div.DivClassName
{
background-color: #F755D1;
}
.BgClassName
{
background-color: #F755D1;
}
</style>
border-color css
<style>
span { border-color: #F755D1; }
span { border-color: rgb(247,85,209); }
td.TdClassName
{
border-color: #F755D1;
}
.TagClassName
{
border-color: #F755D1;
}
</style>