Html Css Color HEX #F748DD Free Speech Magenta
📋 copy color: '#F748DD'red 247 ◦ green 72 ◦ blue 221
Shades of Free Speech Magenta #F748DD
Tints of Free Speech Magenta #F748DD
RGB
CMYK
RGB Variations
Color information
#F748DD (or 0xF748DD) is known color: Free Speech Magenta. HEX triplet: F7, 48 and DD. RGB value is (247,72,221). Sum of RGB (Red+Green+Blue) = 247+72+221=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F748DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748DD is #08B722. Grayscale: #8C8C8C. Windows color (decimal): -571171 or 14502135. OLE color: 14502135.
HSL color Cylindrical-coordinate representation of color #F748DD: hue angle of 308.91º 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 #F748DD is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 221 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.03 |
| HSL | 308.91º | 0.92% | 0.63% | - |
| HSV(B) | 308.91º | 0.71% | 0.97% | - |
| XYZ | 53.73 | 29.63 | 71.29 | - |
| YUV | 141.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 221 | 0 | 0.71 | 0.11 | 0.03 | 308.91 | 0.92 | 0.63 |
| Hex | F7 | 48 | DD | 0 | 47 | B | 3 | 135 | 5C | 3F |
| Octal | 367 | 110 | 335 | 0 | 107 | 13 | 3 | 465 | 134 | 77 |
| Binary | 11110111 | 1001000 | 11011101 | 0 | 1000111 | 1011 | 11 | 100110101 | 1011100 | 111111 |
Color Harmonies of #F748DD
Complementary color
Monochromatic Colors of #F748DD
Black with #F748DD
Text Example
Text Example
White with #F748DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F748DD; }
p { color: rgb(247,72,221); }
H1.HeaderClassName
{
color: #F748DD;
}
.AnyTagClassName
{
color: #F748DD;
}
</style>
background-color css
<style>
a { background-color: #F748DD; }
a { background-color: rgb(247,72,221); }
div.DivClassName
{
background-color: #F748DD;
}
.BgClassName
{
background-color: #F748DD;
}
</style>
border-color css
<style>
span { border-color: #F748DD; }
span { border-color: rgb(247,72,221); }
td.TdClassName
{
border-color: #F748DD;
}
.TagClassName
{
border-color: #F748DD;
}
</style>