Html Css Color HEX #F15DCC Free Speech Magenta
📋 copy color: '#F15DCC'red 241 ◦ green 93 ◦ blue 204
Shades of Free Speech Magenta #F15DCC
Tints of Free Speech Magenta #F15DCC
RGB
CMYK
RGB Variations
Color information
#F15DCC (or 0xF15DCC) is known color: Free Speech Magenta. HEX triplet: F1, 5D and CC. RGB value is (241,93,204). Sum of RGB (Red+Green+Blue) = 241+93+204=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DCC is #0EA233. Grayscale: #959595. Windows color (decimal): -959028 or 13393393. OLE color: 13393393.
HSL color Cylindrical-coordinate representation of color #F15DCC: hue angle of 315º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DCC is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 204 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.05 |
| HSL | 315º | 0.84% | 0.65% | - |
| HSV(B) | 315º | 0.61% | 0.95% | - |
| XYZ | 51.09 | 30.89 | 60.4 | - |
| YUV | 149.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 204 | 0 | 0.61 | 0.15 | 0.05 | 315 | 0.84 | 0.65 |
| Hex | F1 | 5D | CC | 0 | 3D | F | 5 | 13B | 54 | 41 |
| Octal | 361 | 135 | 314 | 0 | 75 | 17 | 5 | 473 | 124 | 101 |
| Binary | 11110001 | 1011101 | 11001100 | 0 | 111101 | 1111 | 101 | 100111011 | 1010100 | 1000001 |
Color Harmonies of #F15DCC
Complementary color
Monochromatic Colors of #F15DCC
Black with #F15DCC
Text Example
Text Example
White with #F15DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DCC; }
p { color: rgb(241,93,204); }
H1.HeaderClassName
{
color: #F15DCC;
}
.AnyTagClassName
{
color: #F15DCC;
}
</style>
background-color css
<style>
a { background-color: #F15DCC; }
a { background-color: rgb(241,93,204); }
div.DivClassName
{
background-color: #F15DCC;
}
.BgClassName
{
background-color: #F15DCC;
}
</style>
border-color css
<style>
span { border-color: #F15DCC; }
span { border-color: rgb(241,93,204); }
td.TdClassName
{
border-color: #F15DCC;
}
.TagClassName
{
border-color: #F15DCC;
}
</style>