Html Css Color HEX #F748DC Free Speech Magenta
📋 copy color: '#F748DC'red 247 ◦ green 72 ◦ blue 220
Shades of Free Speech Magenta #F748DC
Tints of Free Speech Magenta #F748DC
RGB
CMYK
RGB Variations
Color information
#F748DC (or 0xF748DC) is known color: Free Speech Magenta. HEX triplet: F7, 48 and DC. RGB value is (247,72,220). Sum of RGB (Red+Green+Blue) = 247+72+220=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F748DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748DC is #08B723. Grayscale: #8C8C8C. Windows color (decimal): -571172 or 14436599. OLE color: 14436599.
HSL color Cylindrical-coordinate representation of color #F748DC: hue angle of 309.26º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F748DC is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 220 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.03 |
| HSL | 309.26º | 0.92% | 0.63% | - |
| HSV(B) | 309.26º | 0.71% | 0.97% | - |
| XYZ | 53.59 | 29.58 | 70.59 | - |
| YUV | 141.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 220 | 0 | 0.71 | 0.11 | 0.03 | 309.26 | 0.92 | 0.63 |
| Hex | F7 | 48 | DC | 0 | 47 | B | 3 | 135 | 5C | 3F |
| Octal | 367 | 110 | 334 | 0 | 107 | 13 | 3 | 465 | 134 | 77 |
| Binary | 11110111 | 1001000 | 11011100 | 0 | 1000111 | 1011 | 11 | 100110101 | 1011100 | 111111 |
Color Harmonies of #F748DC
Complementary color
Monochromatic Colors of #F748DC
Black with #F748DC
Text Example
Text Example
White with #F748DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F748DC; }
p { color: rgb(247,72,220); }
H1.HeaderClassName
{
color: #F748DC;
}
.AnyTagClassName
{
color: #F748DC;
}
</style>
background-color css
<style>
a { background-color: #F748DC; }
a { background-color: rgb(247,72,220); }
div.DivClassName
{
background-color: #F748DC;
}
.BgClassName
{
background-color: #F748DC;
}
</style>
border-color css
<style>
span { border-color: #F748DC; }
span { border-color: rgb(247,72,220); }
td.TdClassName
{
border-color: #F748DC;
}
.TagClassName
{
border-color: #F748DC;
}
</style>