Html Css Color HEX #F75ADB Free Speech Magenta
📋 copy color: '#F75ADB'red 247 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #F75ADB
Tints of Free Speech Magenta #F75ADB
RGB
CMYK
RGB Variations
Color information
#F75ADB (or 0xF75ADB) is known color: Free Speech Magenta. HEX triplet: F7, 5A and DB. RGB value is (247,90,219). Sum of RGB (Red+Green+Blue) = 247+90+219=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ADB is #08A524. Grayscale: #979797. Windows color (decimal): -566565 or 14375671. OLE color: 14375671.
HSL color Cylindrical-coordinate representation of color #F75ADB: hue angle of 310.7º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75ADB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 219 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.03 |
| HSL | 310.7º | 0.91% | 0.66% | - |
| HSV(B) | 310.7º | 0.64% | 0.97% | - |
| XYZ | 54.8 | 32.2 | 70.34 | - |
| YUV | 151.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 219 | 0 | 0.64 | 0.11 | 0.03 | 310.7 | 0.91 | 0.66 |
| Hex | F7 | 5A | DB | 0 | 40 | B | 3 | 137 | 5B | 42 |
| Octal | 367 | 132 | 333 | 0 | 100 | 13 | 3 | 467 | 133 | 102 |
| Binary | 11110111 | 1011010 | 11011011 | 0 | 1000000 | 1011 | 11 | 100110111 | 1011011 | 1000010 |
Color Harmonies of #F75ADB
Complementary color
Monochromatic Colors of #F75ADB
Black with #F75ADB
Text Example
Text Example
White with #F75ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75ADB; }
p { color: rgb(247,90,219); }
H1.HeaderClassName
{
color: #F75ADB;
}
.AnyTagClassName
{
color: #F75ADB;
}
</style>
background-color css
<style>
a { background-color: #F75ADB; }
a { background-color: rgb(247,90,219); }
div.DivClassName
{
background-color: #F75ADB;
}
.BgClassName
{
background-color: #F75ADB;
}
</style>
border-color css
<style>
span { border-color: #F75ADB; }
span { border-color: rgb(247,90,219); }
td.TdClassName
{
border-color: #F75ADB;
}
.TagClassName
{
border-color: #F75ADB;
}
</style>