Html Css Color HEX #F75DDD Free Speech Magenta
📋 copy color: '#F75DDD'red 247 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #F75DDD
Tints of Free Speech Magenta #F75DDD
RGB
CMYK
RGB Variations
Color information
#F75DDD (or 0xF75DDD) is known color: Free Speech Magenta. HEX triplet: F7, 5D and DD. RGB value is (247,93,221). Sum of RGB (Red+Green+Blue) = 247+93+221=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DDD is #08A222. Grayscale: #999999. Windows color (decimal): -565795 or 14507511. OLE color: 14507511.
HSL color Cylindrical-coordinate representation of color #F75DDD: hue angle of 310.13º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75DDD is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 221 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.03 |
| HSL | 310.13º | 0.91% | 0.67% | - |
| HSV(B) | 310.13º | 0.62% | 0.97% | - |
| XYZ | 55.32 | 32.82 | 71.83 | - |
| YUV | 153.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 221 | 0 | 0.62 | 0.11 | 0.03 | 310.13 | 0.91 | 0.67 |
| Hex | F7 | 5D | DD | 0 | 3E | B | 3 | 136 | 5B | 43 |
| Octal | 367 | 135 | 335 | 0 | 76 | 13 | 3 | 466 | 133 | 103 |
| Binary | 11110111 | 1011101 | 11011101 | 0 | 111110 | 1011 | 11 | 100110110 | 1011011 | 1000011 |
Color Harmonies of #F75DDD
Complementary color
Monochromatic Colors of #F75DDD
Black with #F75DDD
Text Example
Text Example
White with #F75DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75DDD; }
p { color: rgb(247,93,221); }
H1.HeaderClassName
{
color: #F75DDD;
}
.AnyTagClassName
{
color: #F75DDD;
}
</style>
background-color css
<style>
a { background-color: #F75DDD; }
a { background-color: rgb(247,93,221); }
div.DivClassName
{
background-color: #F75DDD;
}
.BgClassName
{
background-color: #F75DDD;
}
</style>
border-color css
<style>
span { border-color: #F75DDD; }
span { border-color: rgb(247,93,221); }
td.TdClassName
{
border-color: #F75DDD;
}
.TagClassName
{
border-color: #F75DDD;
}
</style>