Html Css Color HEX #F754CF Free Speech Magenta
📋 copy color: '#F754CF'red 247 ◦ green 84 ◦ blue 207
Shades of Free Speech Magenta #F754CF
Tints of Free Speech Magenta #F754CF
RGB
CMYK
RGB Variations
Color information
#F754CF (or 0xF754CF) is known color: Free Speech Magenta. HEX triplet: F7, 54 and CF. RGB value is (247,84,207). Sum of RGB (Red+Green+Blue) = 247+84+207=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 84 (33.20% from 255 or 15.61% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F754CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754CF is #08AB30. Grayscale: #929292. Windows color (decimal): -568113 or 13587703. OLE color: 13587703.
HSL color Cylindrical-coordinate representation of color #F754CF: hue angle of 314.72º 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 #F754CF is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 207 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.03 |
| HSL | 314.72º | 0.91% | 0.65% | - |
| HSV(B) | 314.72º | 0.66% | 0.97% | - |
| XYZ | 52.79 | 30.62 | 62.16 | - |
| YUV | 146.76 | 162 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 207 | 0 | 0.66 | 0.16 | 0.03 | 314.72 | 0.91 | 0.65 |
| Hex | F7 | 54 | CF | 0 | 42 | 10 | 3 | 13B | 5B | 41 |
| Octal | 367 | 124 | 317 | 0 | 102 | 20 | 3 | 473 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11001111 | 0 | 1000010 | 10000 | 11 | 100111011 | 1011011 | 1000001 |
Color Harmonies of #F754CF
Complementary color
Monochromatic Colors of #F754CF
Black with #F754CF
Text Example
Text Example
White with #F754CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754CF; }
p { color: rgb(247,84,207); }
H1.HeaderClassName
{
color: #F754CF;
}
.AnyTagClassName
{
color: #F754CF;
}
</style>
background-color css
<style>
a { background-color: #F754CF; }
a { background-color: rgb(247,84,207); }
div.DivClassName
{
background-color: #F754CF;
}
.BgClassName
{
background-color: #F754CF;
}
</style>
border-color css
<style>
span { border-color: #F754CF; }
span { border-color: rgb(247,84,207); }
td.TdClassName
{
border-color: #F754CF;
}
.TagClassName
{
border-color: #F754CF;
}
</style>