Html Css Color HEX #F143DD Free Speech Magenta
📋 copy color: '#F143DD'red 241 ◦ green 67 ◦ blue 221
Shades of Free Speech Magenta #F143DD
Tints of Free Speech Magenta #F143DD
RGB
CMYK
RGB Variations
Color information
#F143DD (or 0xF143DD) is known color: Free Speech Magenta. HEX triplet: F1, 43 and DD. RGB value is (241,67,221). Sum of RGB (Red+Green+Blue) = 241+67+221=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 67 (26.56% from 255 or 12.67% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F143DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143DD is #0EBC22. Grayscale: #888888. Windows color (decimal): -965667 or 14500849. OLE color: 14500849.
HSL color Cylindrical-coordinate representation of color #F143DD: hue angle of 306.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F143DD is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 221 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.05 |
| HSL | 306.9º | 0.86% | 0.6% | - |
| HSV(B) | 306.9º | 0.72% | 0.95% | - |
| XYZ | 51.33 | 27.94 | 71.09 | - |
| YUV | 136.58 | 175.65 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 221 | 0 | 0.72 | 0.08 | 0.05 | 306.9 | 0.86 | 0.6 |
| Hex | F1 | 43 | DD | 0 | 48 | 8 | 5 | 133 | 56 | 3C |
| Octal | 361 | 103 | 335 | 0 | 110 | 10 | 5 | 463 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11011101 | 0 | 1001000 | 1000 | 101 | 100110011 | 1010110 | 111100 |
Color Harmonies of #F143DD
Complementary color
Monochromatic Colors of #F143DD
Black with #F143DD
Text Example
Text Example
White with #F143DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143DD; }
p { color: rgb(241,67,221); }
H1.HeaderClassName
{
color: #F143DD;
}
.AnyTagClassName
{
color: #F143DD;
}
</style>
background-color css
<style>
a { background-color: #F143DD; }
a { background-color: rgb(241,67,221); }
div.DivClassName
{
background-color: #F143DD;
}
.BgClassName
{
background-color: #F143DD;
}
</style>
border-color css
<style>
span { border-color: #F143DD; }
span { border-color: rgb(241,67,221); }
td.TdClassName
{
border-color: #F143DD;
}
.TagClassName
{
border-color: #F143DD;
}
</style>