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