Html Css Color HEX #F75EDB Free Speech Magenta
📋 copy color: '#F75EDB'red 247 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #F75EDB
Tints of Free Speech Magenta #F75EDB
RGB
CMYK
RGB Variations
Color information
#F75EDB (or 0xF75EDB) is known color: Free Speech Magenta. HEX triplet: F7, 5E and DB. RGB value is (247,94,219). Sum of RGB (Red+Green+Blue) = 247+94+219=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F75EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75EDB is #08A124. Grayscale: #999999. Windows color (decimal): -565541 or 14376695. OLE color: 14376695.
HSL color Cylindrical-coordinate representation of color #F75EDB: hue angle of 310.98º 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 #F75EDB is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 94 | 219 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.03 |
| HSL | 310.98º | 0.91% | 0.67% | - |
| HSV(B) | 310.98º | 0.62% | 0.97% | - |
| XYZ | 55.15 | 32.89 | 70.46 | - |
| YUV | 154 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 219 | 0 | 0.62 | 0.11 | 0.03 | 310.98 | 0.91 | 0.67 |
| Hex | F7 | 5E | DB | 0 | 3E | B | 3 | 137 | 5B | 43 |
| Octal | 367 | 136 | 333 | 0 | 76 | 13 | 3 | 467 | 133 | 103 |
| Binary | 11110111 | 1011110 | 11011011 | 0 | 111110 | 1011 | 11 | 100110111 | 1011011 | 1000011 |
Color Harmonies of #F75EDB
Complementary color
Monochromatic Colors of #F75EDB
Black with #F75EDB
Text Example
Text Example
White with #F75EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75EDB; }
p { color: rgb(247,94,219); }
H1.HeaderClassName
{
color: #F75EDB;
}
.AnyTagClassName
{
color: #F75EDB;
}
</style>
background-color css
<style>
a { background-color: #F75EDB; }
a { background-color: rgb(247,94,219); }
div.DivClassName
{
background-color: #F75EDB;
}
.BgClassName
{
background-color: #F75EDB;
}
</style>
border-color css
<style>
span { border-color: #F75EDB; }
span { border-color: rgb(247,94,219); }
td.TdClassName
{
border-color: #F75EDB;
}
.TagClassName
{
border-color: #F75EDB;
}
</style>