Html Css Color HEX #F754CE Free Speech Magenta
📋 copy color: '#F754CE'red 247 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #F754CE
Tints of Free Speech Magenta #F754CE
RGB
CMYK
RGB Variations
Color information
#F754CE (or 0xF754CE) is known color: Free Speech Magenta. HEX triplet: F7, 54 and CE. RGB value is (247,84,206). Sum of RGB (Red+Green+Blue) = 247+84+206=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F754CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754CE is #08AB31. Grayscale: #929292. Windows color (decimal): -568114 or 13522167. OLE color: 13522167.
HSL color Cylindrical-coordinate representation of color #F754CE: hue angle of 315.09º 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 #F754CE is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 206 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.03 |
| HSL | 315.09º | 0.91% | 0.65% | - |
| HSV(B) | 315.09º | 0.66% | 0.97% | - |
| XYZ | 52.67 | 30.57 | 61.52 | - |
| YUV | 146.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 206 | 0 | 0.66 | 0.17 | 0.03 | 315.09 | 0.91 | 0.65 |
| Hex | F7 | 54 | CE | 0 | 42 | 11 | 3 | 13B | 5B | 41 |
| Octal | 367 | 124 | 316 | 0 | 102 | 21 | 3 | 473 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11001110 | 0 | 1000010 | 10001 | 11 | 100111011 | 1011011 | 1000001 |
Color Harmonies of #F754CE
Complementary color
Monochromatic Colors of #F754CE
Black with #F754CE
Text Example
Text Example
White with #F754CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754CE; }
p { color: rgb(247,84,206); }
H1.HeaderClassName
{
color: #F754CE;
}
.AnyTagClassName
{
color: #F754CE;
}
</style>
background-color css
<style>
a { background-color: #F754CE; }
a { background-color: rgb(247,84,206); }
div.DivClassName
{
background-color: #F754CE;
}
.BgClassName
{
background-color: #F754CE;
}
</style>
border-color css
<style>
span { border-color: #F754CE; }
span { border-color: rgb(247,84,206); }
td.TdClassName
{
border-color: #F754CE;
}
.TagClassName
{
border-color: #F754CE;
}
</style>