Html Css Color HEX #F756D4 Free Speech Magenta
📋 copy color: '#F756D4'red 247 ◦ green 86 ◦ blue 212
Shades of Free Speech Magenta #F756D4
Tints of Free Speech Magenta #F756D4
RGB
CMYK
RGB Variations
Color information
#F756D4 (or 0xF756D4) is known color: Free Speech Magenta. HEX triplet: F7, 56 and D4. RGB value is (247,86,212). Sum of RGB (Red+Green+Blue) = 247+86+212=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F756D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756D4 is #08A92B. Grayscale: #949494. Windows color (decimal): -567596 or 13915895. OLE color: 13915895.
HSL color Cylindrical-coordinate representation of color #F756D4: hue angle of 313.04º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756D4 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 212 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.03 |
| HSL | 313.04º | 0.91% | 0.65% | - |
| HSV(B) | 313.04º | 0.65% | 0.97% | - |
| XYZ | 53.57 | 31.18 | 65.48 | - |
| YUV | 148.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 212 | 0 | 0.65 | 0.14 | 0.03 | 313.04 | 0.91 | 0.65 |
| Hex | F7 | 56 | D4 | 0 | 41 | E | 3 | 139 | 5B | 41 |
| Octal | 367 | 126 | 324 | 0 | 101 | 16 | 3 | 471 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11010100 | 0 | 1000001 | 1110 | 11 | 100111001 | 1011011 | 1000001 |
Color Harmonies of #F756D4
Complementary color
Monochromatic Colors of #F756D4
Black with #F756D4
Text Example
Text Example
White with #F756D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756D4; }
p { color: rgb(247,86,212); }
H1.HeaderClassName
{
color: #F756D4;
}
.AnyTagClassName
{
color: #F756D4;
}
</style>
background-color css
<style>
a { background-color: #F756D4; }
a { background-color: rgb(247,86,212); }
div.DivClassName
{
background-color: #F756D4;
}
.BgClassName
{
background-color: #F756D4;
}
</style>
border-color css
<style>
span { border-color: #F756D4; }
span { border-color: rgb(247,86,212); }
td.TdClassName
{
border-color: #F756D4;
}
.TagClassName
{
border-color: #F756D4;
}
</style>