Html Css Color HEX #F046D5 Free Speech Magenta
📋 copy color: '#F046D5'red 240 ◦ green 70 ◦ blue 213
Shades of Free Speech Magenta #F046D5
Tints of Free Speech Magenta #F046D5
RGB
CMYK
RGB Variations
Color information
#F046D5 (or 0xF046D5) is known color: Free Speech Magenta. HEX triplet: F0, 46 and D5. RGB value is (240,70,213). Sum of RGB (Red+Green+Blue) = 240+70+213=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F046D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046D5 is #0FB92A. Grayscale: #888888. Windows color (decimal): -1030443 or 13977328. OLE color: 13977328.
HSL color Cylindrical-coordinate representation of color #F046D5: hue angle of 309.53º 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 #F046D5 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 213 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.06 |
| HSL | 309.53º | 0.85% | 0.61% | - |
| HSV(B) | 309.53º | 0.71% | 0.94% | - |
| XYZ | 50.14 | 27.71 | 65.66 | - |
| YUV | 137.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 213 | 0 | 0.71 | 0.11 | 0.06 | 309.53 | 0.85 | 0.61 |
| Hex | F0 | 46 | D5 | 0 | 47 | B | 6 | 136 | 55 | 3D |
| Octal | 360 | 106 | 325 | 0 | 107 | 13 | 6 | 466 | 125 | 75 |
| Binary | 11110000 | 1000110 | 11010101 | 0 | 1000111 | 1011 | 110 | 100110110 | 1010101 | 111101 |
Color Harmonies of #F046D5
Complementary color
Monochromatic Colors of #F046D5
Black with #F046D5
Text Example
Text Example
White with #F046D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046D5; }
p { color: rgb(240,70,213); }
H1.HeaderClassName
{
color: #F046D5;
}
.AnyTagClassName
{
color: #F046D5;
}
</style>
background-color css
<style>
a { background-color: #F046D5; }
a { background-color: rgb(240,70,213); }
div.DivClassName
{
background-color: #F046D5;
}
.BgClassName
{
background-color: #F046D5;
}
</style>
border-color css
<style>
span { border-color: #F046D5; }
span { border-color: rgb(240,70,213); }
td.TdClassName
{
border-color: #F046D5;
}
.TagClassName
{
border-color: #F046D5;
}
</style>