Html Css Color HEX #F755CE Free Speech Magenta
📋 copy color: '#F755CE'red 247 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #F755CE
Tints of Free Speech Magenta #F755CE
RGB
CMYK
RGB Variations
Color information
#F755CE (or 0xF755CE) is known color: Free Speech Magenta. HEX triplet: F7, 55 and CE. RGB value is (247,85,206). Sum of RGB (Red+Green+Blue) = 247+85+206=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F755CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755CE is #08AA31. Grayscale: #929292. Windows color (decimal): -567858 or 13522423. OLE color: 13522423.
HSL color Cylindrical-coordinate representation of color #F755CE: hue angle of 315.19º 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 #F755CE is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 206 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.03 |
| HSL | 315.19º | 0.91% | 0.65% | - |
| HSV(B) | 315.19º | 0.66% | 0.97% | - |
| XYZ | 52.75 | 30.73 | 61.54 | - |
| YUV | 147.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 206 | 0 | 0.66 | 0.17 | 0.03 | 315.19 | 0.91 | 0.65 |
| Hex | F7 | 55 | CE | 0 | 42 | 11 | 3 | 13B | 5B | 41 |
| Octal | 367 | 125 | 316 | 0 | 102 | 21 | 3 | 473 | 133 | 101 |
| Binary | 11110111 | 1010101 | 11001110 | 0 | 1000010 | 10001 | 11 | 100111011 | 1011011 | 1000001 |
Color Harmonies of #F755CE
Complementary color
Monochromatic Colors of #F755CE
Black with #F755CE
Text Example
Text Example
White with #F755CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755CE; }
p { color: rgb(247,85,206); }
H1.HeaderClassName
{
color: #F755CE;
}
.AnyTagClassName
{
color: #F755CE;
}
</style>
background-color css
<style>
a { background-color: #F755CE; }
a { background-color: rgb(247,85,206); }
div.DivClassName
{
background-color: #F755CE;
}
.BgClassName
{
background-color: #F755CE;
}
</style>
border-color css
<style>
span { border-color: #F755CE; }
span { border-color: rgb(247,85,206); }
td.TdClassName
{
border-color: #F755CE;
}
.TagClassName
{
border-color: #F755CE;
}
</style>