Html Css Color HEX #F045DF Free Speech Magenta
📋 copy color: '#F045DF'red 240 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #F045DF
Tints of Free Speech Magenta #F045DF
RGB
CMYK
RGB Variations
Color information
#F045DF (or 0xF045DF) is known color: Free Speech Magenta. HEX triplet: F0, 45 and DF. RGB value is (240,69,223). Sum of RGB (Red+Green+Blue) = 240+69+223=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F045DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045DF is #0FBA20. Grayscale: #898989. Windows color (decimal): -1030689 or 14632432. OLE color: 14632432.
HSL color Cylindrical-coordinate representation of color #F045DF: hue angle of 305.96º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F045DF is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 223 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.06 |
| HSL | 305.96º | 0.85% | 0.61% | - |
| HSV(B) | 305.96º | 0.71% | 0.94% | - |
| XYZ | 51.38 | 28.11 | 72.53 | - |
| YUV | 137.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 223 | 0 | 0.71 | 0.07 | 0.06 | 305.96 | 0.85 | 0.61 |
| Hex | F0 | 45 | DF | 0 | 47 | 7 | 6 | 132 | 55 | 3D |
| Octal | 360 | 105 | 337 | 0 | 107 | 7 | 6 | 462 | 125 | 75 |
| Binary | 11110000 | 1000101 | 11011111 | 0 | 1000111 | 111 | 110 | 100110010 | 1010101 | 111101 |
Color Harmonies of #F045DF
Complementary color
Monochromatic Colors of #F045DF
Black with #F045DF
Text Example
Text Example
White with #F045DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045DF; }
p { color: rgb(240,69,223); }
H1.HeaderClassName
{
color: #F045DF;
}
.AnyTagClassName
{
color: #F045DF;
}
</style>
background-color css
<style>
a { background-color: #F045DF; }
a { background-color: rgb(240,69,223); }
div.DivClassName
{
background-color: #F045DF;
}
.BgClassName
{
background-color: #F045DF;
}
</style>
border-color css
<style>
span { border-color: #F045DF; }
span { border-color: rgb(240,69,223); }
td.TdClassName
{
border-color: #F045DF;
}
.TagClassName
{
border-color: #F045DF;
}
</style>