Html Css Color HEX #F143DF Free Speech Magenta
📋 copy color: '#F143DF'red 241 ◦ green 67 ◦ blue 223
Shades of Free Speech Magenta #F143DF
Tints of Free Speech Magenta #F143DF
RGB
CMYK
RGB Variations
Color information
#F143DF (or 0xF143DF) is known color: Free Speech Magenta. HEX triplet: F1, 43 and DF. RGB value is (241,67,223). Sum of RGB (Red+Green+Blue) = 241+67+223=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 67 (26.56% from 255 or 12.62% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F143DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143DF is #0EBC20. Grayscale: #888888. Windows color (decimal): -965665 or 14631921. OLE color: 14631921.
HSL color Cylindrical-coordinate representation of color #F143DF: hue angle of 306.21º 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 #F143DF is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 223 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.05 |
| HSL | 306.21º | 0.86% | 0.6% | - |
| HSV(B) | 306.21º | 0.72% | 0.95% | - |
| XYZ | 51.6 | 28.04 | 72.51 | - |
| YUV | 136.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 223 | 0 | 0.72 | 0.07 | 0.05 | 306.21 | 0.86 | 0.6 |
| Hex | F1 | 43 | DF | 0 | 48 | 7 | 5 | 132 | 56 | 3C |
| Octal | 361 | 103 | 337 | 0 | 110 | 7 | 5 | 462 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11011111 | 0 | 1001000 | 111 | 101 | 100110010 | 1010110 | 111100 |
Color Harmonies of #F143DF
Complementary color
Monochromatic Colors of #F143DF
Black with #F143DF
Text Example
Text Example
White with #F143DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143DF; }
p { color: rgb(241,67,223); }
H1.HeaderClassName
{
color: #F143DF;
}
.AnyTagClassName
{
color: #F143DF;
}
</style>
background-color css
<style>
a { background-color: #F143DF; }
a { background-color: rgb(241,67,223); }
div.DivClassName
{
background-color: #F143DF;
}
.BgClassName
{
background-color: #F143DF;
}
</style>
border-color css
<style>
span { border-color: #F143DF; }
span { border-color: rgb(241,67,223); }
td.TdClassName
{
border-color: #F143DF;
}
.TagClassName
{
border-color: #F143DF;
}
</style>