Html Css Color HEX #F15ADC Free Speech Magenta
📋 copy color: '#F15ADC'red 241 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #F15ADC
Tints of Free Speech Magenta #F15ADC
RGB
CMYK
RGB Variations
Color information
#F15ADC (or 0xF15ADC) is known color: Free Speech Magenta. HEX triplet: F1, 5A and DC. RGB value is (241,90,220). Sum of RGB (Red+Green+Blue) = 241+90+220=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ADC is #0EA523. Grayscale: #959595. Windows color (decimal): -959780 or 14441201. OLE color: 14441201.
HSL color Cylindrical-coordinate representation of color #F15ADC: hue angle of 308.34º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15ADC is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 220 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.05 |
| HSL | 308.34º | 0.84% | 0.65% | - |
| HSV(B) | 308.34º | 0.63% | 0.95% | - |
| XYZ | 52.85 | 31.18 | 70.94 | - |
| YUV | 149.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 220 | 0 | 0.63 | 0.09 | 0.05 | 308.34 | 0.84 | 0.65 |
| Hex | F1 | 5A | DC | 0 | 3F | 9 | 5 | 134 | 54 | 41 |
| Octal | 361 | 132 | 334 | 0 | 77 | 11 | 5 | 464 | 124 | 101 |
| Binary | 11110001 | 1011010 | 11011100 | 0 | 111111 | 1001 | 101 | 100110100 | 1010100 | 1000001 |
Color Harmonies of #F15ADC
Complementary color
Monochromatic Colors of #F15ADC
Black with #F15ADC
Text Example
Text Example
White with #F15ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15ADC; }
p { color: rgb(241,90,220); }
H1.HeaderClassName
{
color: #F15ADC;
}
.AnyTagClassName
{
color: #F15ADC;
}
</style>
background-color css
<style>
a { background-color: #F15ADC; }
a { background-color: rgb(241,90,220); }
div.DivClassName
{
background-color: #F15ADC;
}
.BgClassName
{
background-color: #F15ADC;
}
</style>
border-color css
<style>
span { border-color: #F15ADC; }
span { border-color: rgb(241,90,220); }
td.TdClassName
{
border-color: #F15ADC;
}
.TagClassName
{
border-color: #F15ADC;
}
</style>