Html Css Color HEX #F75ADC Free Speech Magenta
📋 copy color: '#F75ADC'red 247 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #F75ADC
Tints of Free Speech Magenta #F75ADC
RGB
CMYK
RGB Variations
Color information
#F75ADC (or 0xF75ADC) is known color: Free Speech Magenta. HEX triplet: F7, 5A and DC. RGB value is (247,90,220). Sum of RGB (Red+Green+Blue) = 247+90+220=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ADC is #08A523. Grayscale: #979797. Windows color (decimal): -566564 or 14441207. OLE color: 14441207.
HSL color Cylindrical-coordinate representation of color #F75ADC: hue angle of 310.32º 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 #F75ADC is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 220 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.03 |
| HSL | 310.32º | 0.91% | 0.66% | - |
| HSV(B) | 310.32º | 0.64% | 0.97% | - |
| XYZ | 54.93 | 32.25 | 71.04 | - |
| YUV | 151.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 220 | 0 | 0.64 | 0.11 | 0.03 | 310.32 | 0.91 | 0.66 |
| Hex | F7 | 5A | DC | 0 | 40 | B | 3 | 136 | 5B | 42 |
| Octal | 367 | 132 | 334 | 0 | 100 | 13 | 3 | 466 | 133 | 102 |
| Binary | 11110111 | 1011010 | 11011100 | 0 | 1000000 | 1011 | 11 | 100110110 | 1011011 | 1000010 |
Color Harmonies of #F75ADC
Complementary color
Monochromatic Colors of #F75ADC
Black with #F75ADC
Text Example
Text Example
White with #F75ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75ADC; }
p { color: rgb(247,90,220); }
H1.HeaderClassName
{
color: #F75ADC;
}
.AnyTagClassName
{
color: #F75ADC;
}
</style>
background-color css
<style>
a { background-color: #F75ADC; }
a { background-color: rgb(247,90,220); }
div.DivClassName
{
background-color: #F75ADC;
}
.BgClassName
{
background-color: #F75ADC;
}
</style>
border-color css
<style>
span { border-color: #F75ADC; }
span { border-color: rgb(247,90,220); }
td.TdClassName
{
border-color: #F75ADC;
}
.TagClassName
{
border-color: #F75ADC;
}
</style>