Html Css Color HEX #F14DD2 Free Speech Magenta
📋 copy color: '#F14DD2'red 241 ◦ green 77 ◦ blue 210
Shades of Free Speech Magenta #F14DD2
Tints of Free Speech Magenta #F14DD2
RGB
CMYK
RGB Variations
Color information
#F14DD2 (or 0xF14DD2) is known color: Free Speech Magenta. HEX triplet: F1, 4D and D2. RGB value is (241,77,210). Sum of RGB (Red+Green+Blue) = 241+77+210=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DD2 is #0EB22D. Grayscale: #8C8C8C. Windows color (decimal): -963118 or 13782513. OLE color: 13782513.
HSL color Cylindrical-coordinate representation of color #F14DD2: hue angle of 311.34º 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 #F14DD2 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 210 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.05 |
| HSL | 311.34º | 0.85% | 0.62% | - |
| HSV(B) | 311.34º | 0.68% | 0.95% | - |
| XYZ | 50.56 | 28.66 | 63.84 | - |
| YUV | 141.2 | 166.83 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 210 | 0 | 0.68 | 0.13 | 0.05 | 311.34 | 0.85 | 0.62 |
| Hex | F1 | 4D | D2 | 0 | 44 | D | 5 | 137 | 55 | 3E |
| Octal | 361 | 115 | 322 | 0 | 104 | 15 | 5 | 467 | 125 | 76 |
| Binary | 11110001 | 1001101 | 11010010 | 0 | 1000100 | 1101 | 101 | 100110111 | 1010101 | 111110 |
Color Harmonies of #F14DD2
Complementary color
Monochromatic Colors of #F14DD2
Black with #F14DD2
Text Example
Text Example
White with #F14DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DD2; }
p { color: rgb(241,77,210); }
H1.HeaderClassName
{
color: #F14DD2;
}
.AnyTagClassName
{
color: #F14DD2;
}
</style>
background-color css
<style>
a { background-color: #F14DD2; }
a { background-color: rgb(241,77,210); }
div.DivClassName
{
background-color: #F14DD2;
}
.BgClassName
{
background-color: #F14DD2;
}
</style>
border-color css
<style>
span { border-color: #F14DD2; }
span { border-color: rgb(241,77,210); }
td.TdClassName
{
border-color: #F14DD2;
}
.TagClassName
{
border-color: #F14DD2;
}
</style>