Html Css Color HEX #F045F0 Free Speech Magenta
📋 copy color: '#F045F0'red 240 ◦ green 69 ◦ blue 240
Shades of Free Speech Magenta #F045F0
Tints of Free Speech Magenta #F045F0
RGB
CMYK
RGB Variations
Color information
#F045F0 (or 0xF045F0) is known color: Free Speech Magenta. HEX triplet: F0, 45 and F0. RGB value is (240,69,240). Sum of RGB (Red+Green+Blue) = 240+69+240=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F045F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F045F0 is #0FBA0F. Grayscale: #8B8B8B. Windows color (decimal): -1030672 or 15746544. OLE color: 15746544.
HSL color Cylindrical-coordinate representation of color #F045F0: hue angle of 300º 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 #F045F0 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 240 | - |
| CMYK | 0 | 0.71 | 0 | 0.06 |
| HSL | 300º | 0.85% | 0.61% | - |
| HSV(B) | 300º | 0.71% | 0.94% | - |
| XYZ | 53.79 | 29.07 | 85.21 | - |
| YUV | 139.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 240 | 0 | 0.71 | 0 | 0.06 | 300 | 0.85 | 0.61 |
| Hex | F0 | 45 | F0 | 0 | 47 | 0 | 6 | 12C | 55 | 3D |
| Octal | 360 | 105 | 360 | 0 | 107 | 0 | 6 | 454 | 125 | 75 |
| Binary | 11110000 | 1000101 | 11110000 | 0 | 1000111 | 0 | 110 | 100101100 | 1010101 | 111101 |
Color Harmonies of #F045F0
Complementary color
Monochromatic Colors of #F045F0
Black with #F045F0
Text Example
Text Example
White with #F045F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045F0; }
p { color: rgb(240,69,240); }
H1.HeaderClassName
{
color: #F045F0;
}
.AnyTagClassName
{
color: #F045F0;
}
</style>
background-color css
<style>
a { background-color: #F045F0; }
a { background-color: rgb(240,69,240); }
div.DivClassName
{
background-color: #F045F0;
}
.BgClassName
{
background-color: #F045F0;
}
</style>
border-color css
<style>
span { border-color: #F045F0; }
span { border-color: rgb(240,69,240); }
td.TdClassName
{
border-color: #F045F0;
}
.TagClassName
{
border-color: #F045F0;
}
</style>