Html Css Color HEX #F14CD6 Free Speech Magenta
📋 copy color: '#F14CD6'red 241 ◦ green 76 ◦ blue 214
Shades of Free Speech Magenta #F14CD6
Tints of Free Speech Magenta #F14CD6
RGB
CMYK
RGB Variations
Color information
#F14CD6 (or 0xF14CD6) is known color: Free Speech Magenta. HEX triplet: F1, 4C and D6. RGB value is (241,76,214). Sum of RGB (Red+Green+Blue) = 241+76+214=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CD6 is #0EB329. Grayscale: #8C8C8C. Windows color (decimal): -963370 or 14044401. OLE color: 14044401.
HSL color Cylindrical-coordinate representation of color #F14CD6: hue angle of 309.82º 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 #F14CD6 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 76 | 214 | - |
CMYK | 0 | 0.68 | 0.11 | 0.05 |
HSL | 309.82º | 0.85% | 0.62% | - |
HSV(B) | 309.82º | 0.68% | 0.95% | - |
XYZ | 51 | 28.72 | 66.47 | - |
YUV | 141.07 | 169.16 | 199.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 76 | 214 | 0 | 0.68 | 0.11 | 0.05 | 309.82 | 0.85 | 0.62 |
Hex | F1 | 4C | D6 | 0 | 44 | B | 5 | 136 | 55 | 3E |
Octal | 361 | 114 | 326 | 0 | 104 | 13 | 5 | 466 | 125 | 76 |
Binary | 11110001 | 1001100 | 11010110 | 0 | 1000100 | 1011 | 101 | 100110110 | 1010101 | 111110 |
Color Harmonies of #F14CD6
Complementary color
Monochromatic Colors of #F14CD6
Black with #F14CD6
Text Example
Text Example
White with #F14CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14CD6; }
p { color: rgb(241,76,214); }
H1.HeaderClassName
{
color: #F14CD6;
}
.AnyTagClassName
{
color: #F14CD6;
}
</style>
background-color css
<style>
a { background-color: #F14CD6; }
a { background-color: rgb(241,76,214); }
div.DivClassName
{
background-color: #F14CD6;
}
.BgClassName
{
background-color: #F14CD6;
}
</style>
border-color css
<style>
span { border-color: #F14CD6; }
span { border-color: rgb(241,76,214); }
td.TdClassName
{
border-color: #F14CD6;
}
.TagClassName
{
border-color: #F14CD6;
}
</style>