Html Css Color HEX #F145DF Free Speech Magenta
📋 copy color: '#F145DF'red 241 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #F145DF
Tints of Free Speech Magenta #F145DF
RGB
CMYK
RGB Variations
Color information
#F145DF (or 0xF145DF) is known color: Free Speech Magenta. HEX triplet: F1, 45 and DF. RGB value is (241,69,223). Sum of RGB (Red+Green+Blue) = 241+69+223=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F145DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145DF is #0EBA20. Grayscale: #898989. Windows color (decimal): -965153 or 14632433. OLE color: 14632433.
HSL color Cylindrical-coordinate representation of color #F145DF: hue angle of 306.28º 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 #F145DF is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 223 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.05 |
| HSL | 306.28º | 0.86% | 0.61% | - |
| HSV(B) | 306.28º | 0.71% | 0.95% | - |
| XYZ | 51.72 | 28.28 | 72.55 | - |
| YUV | 137.98 | 175.98 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 223 | 0 | 0.71 | 0.07 | 0.05 | 306.28 | 0.86 | 0.61 |
| Hex | F1 | 45 | DF | 0 | 47 | 7 | 5 | 132 | 56 | 3D |
| Octal | 361 | 105 | 337 | 0 | 107 | 7 | 5 | 462 | 126 | 75 |
| Binary | 11110001 | 1000101 | 11011111 | 0 | 1000111 | 111 | 101 | 100110010 | 1010110 | 111101 |
Color Harmonies of #F145DF
Complementary color
Monochromatic Colors of #F145DF
Black with #F145DF
Text Example
Text Example
White with #F145DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145DF; }
p { color: rgb(241,69,223); }
H1.HeaderClassName
{
color: #F145DF;
}
.AnyTagClassName
{
color: #F145DF;
}
</style>
background-color css
<style>
a { background-color: #F145DF; }
a { background-color: rgb(241,69,223); }
div.DivClassName
{
background-color: #F145DF;
}
.BgClassName
{
background-color: #F145DF;
}
</style>
border-color css
<style>
span { border-color: #F145DF; }
span { border-color: rgb(241,69,223); }
td.TdClassName
{
border-color: #F145DF;
}
.TagClassName
{
border-color: #F145DF;
}
</style>