Html Css Color HEX #F15ECC Free Speech Magenta
📋 copy color: '#F15ECC'red 241 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #F15ECC
Tints of Free Speech Magenta #F15ECC
RGB
CMYK
RGB Variations
Color information
#F15ECC (or 0xF15ECC) is known color: Free Speech Magenta. HEX triplet: F1, 5E and CC. RGB value is (241,94,204). Sum of RGB (Red+Green+Blue) = 241+94+204=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ECC is #0EA133. Grayscale: #969696. Windows color (decimal): -958772 or 13393649. OLE color: 13393649.
HSL color Cylindrical-coordinate representation of color #F15ECC: hue angle of 315.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15ECC is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 204 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.05 |
| HSL | 315.1º | 0.84% | 0.66% | - |
| HSV(B) | 315.1º | 0.61% | 0.95% | - |
| XYZ | 51.18 | 31.07 | 60.43 | - |
| YUV | 150.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 204 | 0 | 0.61 | 0.15 | 0.05 | 315.1 | 0.84 | 0.66 |
| Hex | F1 | 5E | CC | 0 | 3D | F | 5 | 13B | 54 | 42 |
| Octal | 361 | 136 | 314 | 0 | 75 | 17 | 5 | 473 | 124 | 102 |
| Binary | 11110001 | 1011110 | 11001100 | 0 | 111101 | 1111 | 101 | 100111011 | 1010100 | 1000010 |
Color Harmonies of #F15ECC
Complementary color
Monochromatic Colors of #F15ECC
Black with #F15ECC
Text Example
Text Example
White with #F15ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15ECC; }
p { color: rgb(241,94,204); }
H1.HeaderClassName
{
color: #F15ECC;
}
.AnyTagClassName
{
color: #F15ECC;
}
</style>
background-color css
<style>
a { background-color: #F15ECC; }
a { background-color: rgb(241,94,204); }
div.DivClassName
{
background-color: #F15ECC;
}
.BgClassName
{
background-color: #F15ECC;
}
</style>
border-color css
<style>
span { border-color: #F15ECC; }
span { border-color: rgb(241,94,204); }
td.TdClassName
{
border-color: #F15ECC;
}
.TagClassName
{
border-color: #F15ECC;
}
</style>