Html Css Color HEX #F15ACE Free Speech Magenta
📋 copy color: '#F15ACE'red 241 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #F15ACE
Tints of Free Speech Magenta #F15ACE
RGB
CMYK
RGB Variations
Color information
#F15ACE (or 0xF15ACE) is known color: Free Speech Magenta. HEX triplet: F1, 5A and CE. RGB value is (241,90,206). Sum of RGB (Red+Green+Blue) = 241+90+206=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ACE is #0EA531. Grayscale: #949494. Windows color (decimal): -959794 or 13523697. OLE color: 13523697.
HSL color Cylindrical-coordinate representation of color #F15ACE: hue angle of 313.91º 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 #F15ACE is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 206 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.05 |
| HSL | 313.91º | 0.84% | 0.65% | - |
| HSV(B) | 313.91º | 0.63% | 0.95% | - |
| XYZ | 51.07 | 30.47 | 61.58 | - |
| YUV | 148.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 206 | 0 | 0.63 | 0.15 | 0.05 | 313.91 | 0.84 | 0.65 |
| Hex | F1 | 5A | CE | 0 | 3F | F | 5 | 13A | 54 | 41 |
| Octal | 361 | 132 | 316 | 0 | 77 | 17 | 5 | 472 | 124 | 101 |
| Binary | 11110001 | 1011010 | 11001110 | 0 | 111111 | 1111 | 101 | 100111010 | 1010100 | 1000001 |
Color Harmonies of #F15ACE
Complementary color
Monochromatic Colors of #F15ACE
Black with #F15ACE
Text Example
Text Example
White with #F15ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15ACE; }
p { color: rgb(241,90,206); }
H1.HeaderClassName
{
color: #F15ACE;
}
.AnyTagClassName
{
color: #F15ACE;
}
</style>
background-color css
<style>
a { background-color: #F15ACE; }
a { background-color: rgb(241,90,206); }
div.DivClassName
{
background-color: #F15ACE;
}
.BgClassName
{
background-color: #F15ACE;
}
</style>
border-color css
<style>
span { border-color: #F15ACE; }
span { border-color: rgb(241,90,206); }
td.TdClassName
{
border-color: #F15ACE;
}
.TagClassName
{
border-color: #F15ACE;
}
</style>