Html Css Color HEX #F14DCD Free Speech Magenta
📋 copy color: '#F14DCD'red 241 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #F14DCD
Tints of Free Speech Magenta #F14DCD
RGB
CMYK
RGB Variations
Color information
#F14DCD (or 0xF14DCD) is known color: Free Speech Magenta. HEX triplet: F1, 4D and CD. RGB value is (241,77,205). Sum of RGB (Red+Green+Blue) = 241+77+205=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DCD is #0EB232. Grayscale: #8C8C8C. Windows color (decimal): -963123 or 13454833. OLE color: 13454833.
HSL color Cylindrical-coordinate representation of color #F14DCD: hue angle of 313.17º 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 #F14DCD is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 205 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.05 |
| HSL | 313.17º | 0.85% | 0.62% | - |
| HSV(B) | 313.17º | 0.68% | 0.95% | - |
| XYZ | 49.95 | 28.42 | 60.61 | - |
| YUV | 140.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 205 | 0 | 0.68 | 0.15 | 0.05 | 313.17 | 0.85 | 0.62 |
| Hex | F1 | 4D | CD | 0 | 44 | F | 5 | 139 | 55 | 3E |
| Octal | 361 | 115 | 315 | 0 | 104 | 17 | 5 | 471 | 125 | 76 |
| Binary | 11110001 | 1001101 | 11001101 | 0 | 1000100 | 1111 | 101 | 100111001 | 1010101 | 111110 |
Color Harmonies of #F14DCD
Complementary color
Monochromatic Colors of #F14DCD
Black with #F14DCD
Text Example
Text Example
White with #F14DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DCD; }
p { color: rgb(241,77,205); }
H1.HeaderClassName
{
color: #F14DCD;
}
.AnyTagClassName
{
color: #F14DCD;
}
</style>
background-color css
<style>
a { background-color: #F14DCD; }
a { background-color: rgb(241,77,205); }
div.DivClassName
{
background-color: #F14DCD;
}
.BgClassName
{
background-color: #F14DCD;
}
</style>
border-color css
<style>
span { border-color: #F14DCD; }
span { border-color: rgb(241,77,205); }
td.TdClassName
{
border-color: #F14DCD;
}
.TagClassName
{
border-color: #F14DCD;
}
</style>