Html Css Color HEX #F053CE Free Speech Magenta
📋 copy color: '#F053CE'red 240 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #F053CE
Tints of Free Speech Magenta #F053CE
RGB
CMYK
RGB Variations
Color information
#F053CE (or 0xF053CE) is known color: Free Speech Magenta. HEX triplet: F0, 53 and CE. RGB value is (240,83,206). Sum of RGB (Red+Green+Blue) = 240+83+206=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F053CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053CE is #0FAC31. Grayscale: #8F8F8F. Windows color (decimal): -1027122 or 13521904. OLE color: 13521904.
HSL color Cylindrical-coordinate representation of color #F053CE: hue angle of 312.99º 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 #F053CE is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 206 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.06 |
| HSL | 312.99º | 0.84% | 0.63% | - |
| HSV(B) | 312.99º | 0.65% | 0.94% | - |
| XYZ | 50.17 | 29.17 | 61.38 | - |
| YUV | 143.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 206 | 0 | 0.65 | 0.14 | 0.06 | 312.99 | 0.84 | 0.63 |
| Hex | F0 | 53 | CE | 0 | 41 | E | 6 | 139 | 54 | 3F |
| Octal | 360 | 123 | 316 | 0 | 101 | 16 | 6 | 471 | 124 | 77 |
| Binary | 11110000 | 1010011 | 11001110 | 0 | 1000001 | 1110 | 110 | 100111001 | 1010100 | 111111 |
Color Harmonies of #F053CE
Complementary color
Monochromatic Colors of #F053CE
Black with #F053CE
Text Example
Text Example
White with #F053CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053CE; }
p { color: rgb(240,83,206); }
H1.HeaderClassName
{
color: #F053CE;
}
.AnyTagClassName
{
color: #F053CE;
}
</style>
background-color css
<style>
a { background-color: #F053CE; }
a { background-color: rgb(240,83,206); }
div.DivClassName
{
background-color: #F053CE;
}
.BgClassName
{
background-color: #F053CE;
}
</style>
border-color css
<style>
span { border-color: #F053CE; }
span { border-color: rgb(240,83,206); }
td.TdClassName
{
border-color: #F053CE;
}
.TagClassName
{
border-color: #F053CE;
}
</style>