Html Css Color HEX #F754D5 Free Speech Magenta
📋 copy color: '#F754D5'red 247 ◦ green 84 ◦ blue 213
Shades of Free Speech Magenta #F754D5
Tints of Free Speech Magenta #F754D5
RGB
CMYK
RGB Variations
Color information
#F754D5 (or 0xF754D5) is known color: Free Speech Magenta. HEX triplet: F7, 54 and D5. RGB value is (247,84,213). Sum of RGB (Red+Green+Blue) = 247+84+213=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F754D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754D5 is #08AB2A. Grayscale: #939393. Windows color (decimal): -568107 or 13980919. OLE color: 13980919.
HSL color Cylindrical-coordinate representation of color #F754D5: hue angle of 312.52º 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 #F754D5 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 213 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.03 |
| HSL | 312.52º | 0.91% | 0.65% | - |
| HSV(B) | 312.52º | 0.66% | 0.97% | - |
| XYZ | 53.54 | 30.92 | 66.1 | - |
| YUV | 147.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 213 | 0 | 0.66 | 0.14 | 0.03 | 312.52 | 0.91 | 0.65 |
| Hex | F7 | 54 | D5 | 0 | 42 | E | 3 | 139 | 5B | 41 |
| Octal | 367 | 124 | 325 | 0 | 102 | 16 | 3 | 471 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11010101 | 0 | 1000010 | 1110 | 11 | 100111001 | 1011011 | 1000001 |
Color Harmonies of #F754D5
Complementary color
Monochromatic Colors of #F754D5
Black with #F754D5
Text Example
Text Example
White with #F754D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754D5; }
p { color: rgb(247,84,213); }
H1.HeaderClassName
{
color: #F754D5;
}
.AnyTagClassName
{
color: #F754D5;
}
</style>
background-color css
<style>
a { background-color: #F754D5; }
a { background-color: rgb(247,84,213); }
div.DivClassName
{
background-color: #F754D5;
}
.BgClassName
{
background-color: #F754D5;
}
</style>
border-color css
<style>
span { border-color: #F754D5; }
span { border-color: rgb(247,84,213); }
td.TdClassName
{
border-color: #F754D5;
}
.TagClassName
{
border-color: #F754D5;
}
</style>