Html Css Color HEX #F050F0 Free Speech Magenta
📋 copy color: '#F050F0'red 240 ◦ green 80 ◦ blue 240
Shades of Free Speech Magenta #F050F0
Tints of Free Speech Magenta #F050F0
RGB
CMYK
RGB Variations
Color information
#F050F0 (or 0xF050F0) is known color: Free Speech Magenta. HEX triplet: F0, 50 and F0. RGB value is (240,80,240). Sum of RGB (Red+Green+Blue) = 240+80+240=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 80 (31.64% from 255 or 14.29% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F050F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F050F0 is #0FAF0F. Grayscale: #919191. Windows color (decimal): -1027856 or 15749360. OLE color: 15749360.
HSL color Cylindrical-coordinate representation of color #F050F0: hue angle of 300º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F050F0 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 240 | - |
| CMYK | 0 | 0.67 | 0 | 0.06 |
| HSL | 300º | 0.84% | 0.63% | - |
| HSV(B) | 300º | 0.67% | 0.94% | - |
| XYZ | 54.53 | 30.55 | 85.46 | - |
| YUV | 146.08 | 181.01 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 240 | 0 | 0.67 | 0 | 0.06 | 300 | 0.84 | 0.63 |
| Hex | F0 | 50 | F0 | 0 | 43 | 0 | 6 | 12C | 54 | 3F |
| Octal | 360 | 120 | 360 | 0 | 103 | 0 | 6 | 454 | 124 | 77 |
| Binary | 11110000 | 1010000 | 11110000 | 0 | 1000011 | 0 | 110 | 100101100 | 1010100 | 111111 |
Color Harmonies of #F050F0
Complementary color
Monochromatic Colors of #F050F0
Black with #F050F0
Text Example
Text Example
White with #F050F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F050F0; }
p { color: rgb(240,80,240); }
H1.HeaderClassName
{
color: #F050F0;
}
.AnyTagClassName
{
color: #F050F0;
}
</style>
background-color css
<style>
a { background-color: #F050F0; }
a { background-color: rgb(240,80,240); }
div.DivClassName
{
background-color: #F050F0;
}
.BgClassName
{
background-color: #F050F0;
}
</style>
border-color css
<style>
span { border-color: #F050F0; }
span { border-color: rgb(240,80,240); }
td.TdClassName
{
border-color: #F050F0;
}
.TagClassName
{
border-color: #F050F0;
}
</style>