Html Css Color HEX #F053D0 Free Speech Magenta
📋 copy color: '#F053D0'red 240 ◦ green 83 ◦ blue 208
Shades of Free Speech Magenta #F053D0
Tints of Free Speech Magenta #F053D0
RGB
CMYK
RGB Variations
Color information
#F053D0 (or 0xF053D0) is known color: Free Speech Magenta. HEX triplet: F0, 53 and D0. RGB value is (240,83,208). Sum of RGB (Red+Green+Blue) = 240+83+208=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F053D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053D0 is #0FAC2F. Grayscale: #8F8F8F. Windows color (decimal): -1027120 or 13652976. OLE color: 13652976.
HSL color Cylindrical-coordinate representation of color #F053D0: hue angle of 312.23º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F053D0 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 208 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.06 |
| HSL | 312.23º | 0.84% | 0.63% | - |
| HSV(B) | 312.23º | 0.65% | 0.94% | - |
| XYZ | 50.41 | 29.27 | 62.67 | - |
| YUV | 144.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 208 | 0 | 0.65 | 0.13 | 0.06 | 312.23 | 0.84 | 0.63 |
| Hex | F0 | 53 | D0 | 0 | 41 | D | 6 | 138 | 54 | 3F |
| Octal | 360 | 123 | 320 | 0 | 101 | 15 | 6 | 470 | 124 | 77 |
| Binary | 11110000 | 1010011 | 11010000 | 0 | 1000001 | 1101 | 110 | 100111000 | 1010100 | 111111 |
Color Harmonies of #F053D0
Complementary color
Monochromatic Colors of #F053D0
Black with #F053D0
Text Example
Text Example
White with #F053D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053D0; }
p { color: rgb(240,83,208); }
H1.HeaderClassName
{
color: #F053D0;
}
.AnyTagClassName
{
color: #F053D0;
}
</style>
background-color css
<style>
a { background-color: #F053D0; }
a { background-color: rgb(240,83,208); }
div.DivClassName
{
background-color: #F053D0;
}
.BgClassName
{
background-color: #F053D0;
}
</style>
border-color css
<style>
span { border-color: #F053D0; }
span { border-color: rgb(240,83,208); }
td.TdClassName
{
border-color: #F053D0;
}
.TagClassName
{
border-color: #F053D0;
}
</style>