Html Css Color HEX #F145DC Free Speech Magenta
📋 copy color: '#F145DC'red 241 ◦ green 69 ◦ blue 220
Shades of Free Speech Magenta #F145DC
Tints of Free Speech Magenta #F145DC
RGB
CMYK
RGB Variations
Color information
#F145DC (or 0xF145DC) is known color: Free Speech Magenta. HEX triplet: F1, 45 and DC. RGB value is (241,69,220). Sum of RGB (Red+Green+Blue) = 241+69+220=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 69 (27.34% from 255 or 13.02% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F145DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145DC is #0EBA23. Grayscale: #898989. Windows color (decimal): -965156 or 14435825. OLE color: 14435825.
HSL color Cylindrical-coordinate representation of color #F145DC: hue angle of 307.33º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145DC is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 220 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.05 |
| HSL | 307.33º | 0.86% | 0.61% | - |
| HSV(B) | 307.33º | 0.71% | 0.95% | - |
| XYZ | 51.32 | 28.12 | 70.43 | - |
| YUV | 137.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 220 | 0 | 0.71 | 0.09 | 0.05 | 307.33 | 0.86 | 0.61 |
| Hex | F1 | 45 | DC | 0 | 47 | 9 | 5 | 133 | 56 | 3D |
| Octal | 361 | 105 | 334 | 0 | 107 | 11 | 5 | 463 | 126 | 75 |
| Binary | 11110001 | 1000101 | 11011100 | 0 | 1000111 | 1001 | 101 | 100110011 | 1010110 | 111101 |
Color Harmonies of #F145DC
Complementary color
Monochromatic Colors of #F145DC
Black with #F145DC
Text Example
Text Example
White with #F145DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145DC; }
p { color: rgb(241,69,220); }
H1.HeaderClassName
{
color: #F145DC;
}
.AnyTagClassName
{
color: #F145DC;
}
</style>
background-color css
<style>
a { background-color: #F145DC; }
a { background-color: rgb(241,69,220); }
div.DivClassName
{
background-color: #F145DC;
}
.BgClassName
{
background-color: #F145DC;
}
</style>
border-color css
<style>
span { border-color: #F145DC; }
span { border-color: rgb(241,69,220); }
td.TdClassName
{
border-color: #F145DC;
}
.TagClassName
{
border-color: #F145DC;
}
</style>