Html Css Color HEX #F144DD Free Speech Magenta
📋 copy color: '#F144DD'red 241 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #F144DD
Tints of Free Speech Magenta #F144DD
RGB
CMYK
RGB Variations
Color information
#F144DD (or 0xF144DD) is known color: Free Speech Magenta. HEX triplet: F1, 44 and DD. RGB value is (241,68,221). Sum of RGB (Red+Green+Blue) = 241+68+221=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 68 (26.95% from 255 or 12.83% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F144DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144DD is #0EBB22. Grayscale: #888888. Windows color (decimal): -965411 or 14501105. OLE color: 14501105.
HSL color Cylindrical-coordinate representation of color #F144DD: hue angle of 306.94º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F144DD is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 221 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.05 |
| HSL | 306.94º | 0.86% | 0.61% | - |
| HSV(B) | 306.94º | 0.72% | 0.95% | - |
| XYZ | 51.39 | 28.06 | 71.11 | - |
| YUV | 137.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 221 | 0 | 0.72 | 0.08 | 0.05 | 306.94 | 0.86 | 0.61 |
| Hex | F1 | 44 | DD | 0 | 48 | 8 | 5 | 133 | 56 | 3D |
| Octal | 361 | 104 | 335 | 0 | 110 | 10 | 5 | 463 | 126 | 75 |
| Binary | 11110001 | 1000100 | 11011101 | 0 | 1001000 | 1000 | 101 | 100110011 | 1010110 | 111101 |
Color Harmonies of #F144DD
Complementary color
Monochromatic Colors of #F144DD
Black with #F144DD
Text Example
Text Example
White with #F144DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144DD; }
p { color: rgb(241,68,221); }
H1.HeaderClassName
{
color: #F144DD;
}
.AnyTagClassName
{
color: #F144DD;
}
</style>
background-color css
<style>
a { background-color: #F144DD; }
a { background-color: rgb(241,68,221); }
div.DivClassName
{
background-color: #F144DD;
}
.BgClassName
{
background-color: #F144DD;
}
</style>
border-color css
<style>
span { border-color: #F144DD; }
span { border-color: rgb(241,68,221); }
td.TdClassName
{
border-color: #F144DD;
}
.TagClassName
{
border-color: #F144DD;
}
</style>