Html Css Color HEX #F14CCC Free Speech Magenta
📋 copy color: '#F14CCC'red 241 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #F14CCC
Tints of Free Speech Magenta #F14CCC
RGB
CMYK
RGB Variations
Color information
#F14CCC (or 0xF14CCC) is known color: Free Speech Magenta. HEX triplet: F1, 4C and CC. RGB value is (241,76,204). Sum of RGB (Red+Green+Blue) = 241+76+204=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CCC is #0EB333. Grayscale: #8B8B8B. Windows color (decimal): -963380 or 13389041. OLE color: 13389041.
HSL color Cylindrical-coordinate representation of color #F14CCC: hue angle of 313.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14CCC is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 204 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.05 |
| HSL | 313.45º | 0.85% | 0.62% | - |
| HSV(B) | 313.45º | 0.68% | 0.95% | - |
| XYZ | 49.76 | 28.23 | 59.95 | - |
| YUV | 139.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 204 | 0 | 0.68 | 0.15 | 0.05 | 313.45 | 0.85 | 0.62 |
| Hex | F1 | 4C | CC | 0 | 44 | F | 5 | 139 | 55 | 3E |
| Octal | 361 | 114 | 314 | 0 | 104 | 17 | 5 | 471 | 125 | 76 |
| Binary | 11110001 | 1001100 | 11001100 | 0 | 1000100 | 1111 | 101 | 100111001 | 1010101 | 111110 |
Color Harmonies of #F14CCC
Complementary color
Monochromatic Colors of #F14CCC
Black with #F14CCC
Text Example
Text Example
White with #F14CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14CCC; }
p { color: rgb(241,76,204); }
H1.HeaderClassName
{
color: #F14CCC;
}
.AnyTagClassName
{
color: #F14CCC;
}
</style>
background-color css
<style>
a { background-color: #F14CCC; }
a { background-color: rgb(241,76,204); }
div.DivClassName
{
background-color: #F14CCC;
}
.BgClassName
{
background-color: #F14CCC;
}
</style>
border-color css
<style>
span { border-color: #F14CCC; }
span { border-color: rgb(241,76,204); }
td.TdClassName
{
border-color: #F14CCC;
}
.TagClassName
{
border-color: #F14CCC;
}
</style>