Html Css Color HEX #F754DC Free Speech Magenta
📋 copy color: '#F754DC'red 247 ◦ green 84 ◦ blue 220
Shades of Free Speech Magenta #F754DC
Tints of Free Speech Magenta #F754DC
RGB
CMYK
RGB Variations
Color information
#F754DC (or 0xF754DC) is known color: Free Speech Magenta. HEX triplet: F7, 54 and DC. RGB value is (247,84,220). Sum of RGB (Red+Green+Blue) = 247+84+220=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 84 (33.20% from 255 or 15.25% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F754DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754DC is #08AB23. Grayscale: #939393. Windows color (decimal): -568100 or 14439671. OLE color: 14439671.
HSL color Cylindrical-coordinate representation of color #F754DC: hue angle of 309.94º 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 #F754DC is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 220 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.03 |
| HSL | 309.94º | 0.91% | 0.65% | - |
| HSV(B) | 309.94º | 0.66% | 0.97% | - |
| XYZ | 54.45 | 31.28 | 70.88 | - |
| YUV | 148.24 | 168.5 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 220 | 0 | 0.66 | 0.11 | 0.03 | 309.94 | 0.91 | 0.65 |
| Hex | F7 | 54 | DC | 0 | 42 | B | 3 | 136 | 5B | 41 |
| Octal | 367 | 124 | 334 | 0 | 102 | 13 | 3 | 466 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11011100 | 0 | 1000010 | 1011 | 11 | 100110110 | 1011011 | 1000001 |
Color Harmonies of #F754DC
Complementary color
Monochromatic Colors of #F754DC
Black with #F754DC
Text Example
Text Example
White with #F754DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754DC; }
p { color: rgb(247,84,220); }
H1.HeaderClassName
{
color: #F754DC;
}
.AnyTagClassName
{
color: #F754DC;
}
</style>
background-color css
<style>
a { background-color: #F754DC; }
a { background-color: rgb(247,84,220); }
div.DivClassName
{
background-color: #F754DC;
}
.BgClassName
{
background-color: #F754DC;
}
</style>
border-color css
<style>
span { border-color: #F754DC; }
span { border-color: rgb(247,84,220); }
td.TdClassName
{
border-color: #F754DC;
}
.TagClassName
{
border-color: #F754DC;
}
</style>