Html Css Color HEX #F05CDF Free Speech Magenta
📋 copy color: '#F05CDF'red 240 ◦ green 92 ◦ blue 223
Shades of Free Speech Magenta #F05CDF
Tints of Free Speech Magenta #F05CDF
RGB
CMYK
RGB Variations
Color information
#F05CDF (or 0xF05CDF) is known color: Free Speech Magenta. HEX triplet: F0, 5C and DF. RGB value is (240,92,223). Sum of RGB (Red+Green+Blue) = 240+92+223=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05CDF is #0FA320. Grayscale: #969696. Windows color (decimal): -1024801 or 14638320. OLE color: 14638320.
HSL color Cylindrical-coordinate representation of color #F05CDF: hue angle of 306.89º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CDF is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 223 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.06 |
| HSL | 306.89º | 0.83% | 0.65% | - |
| HSV(B) | 306.89º | 0.62% | 0.94% | - |
| XYZ | 53.08 | 31.51 | 73.1 | - |
| YUV | 151.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 223 | 0 | 0.62 | 0.07 | 0.06 | 306.89 | 0.83 | 0.65 |
| Hex | F0 | 5C | DF | 0 | 3E | 7 | 6 | 133 | 53 | 41 |
| Octal | 360 | 134 | 337 | 0 | 76 | 7 | 6 | 463 | 123 | 101 |
| Binary | 11110000 | 1011100 | 11011111 | 0 | 111110 | 111 | 110 | 100110011 | 1010011 | 1000001 |
Color Harmonies of #F05CDF
Complementary color
Monochromatic Colors of #F05CDF
Black with #F05CDF
Text Example
Text Example
White with #F05CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CDF; }
p { color: rgb(240,92,223); }
H1.HeaderClassName
{
color: #F05CDF;
}
.AnyTagClassName
{
color: #F05CDF;
}
</style>
background-color css
<style>
a { background-color: #F05CDF; }
a { background-color: rgb(240,92,223); }
div.DivClassName
{
background-color: #F05CDF;
}
.BgClassName
{
background-color: #F05CDF;
}
</style>
border-color css
<style>
span { border-color: #F05CDF; }
span { border-color: rgb(240,92,223); }
td.TdClassName
{
border-color: #F05CDF;
}
.TagClassName
{
border-color: #F05CDF;
}
</style>