Html Css Color HEX #F053DF Free Speech Magenta
📋 copy color: '#F053DF'red 240 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #F053DF
Tints of Free Speech Magenta #F053DF
RGB
CMYK
RGB Variations
Color information
#F053DF (or 0xF053DF) is known color: Free Speech Magenta. HEX triplet: F0, 53 and DF. RGB value is (240,83,223). Sum of RGB (Red+Green+Blue) = 240+83+223=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F053DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053DF is #0FAC20. Grayscale: #919191. Windows color (decimal): -1027105 or 14636016. OLE color: 14636016.
HSL color Cylindrical-coordinate representation of color #F053DF: hue angle of 306.5º 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 #F053DF is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 223 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.06 |
| HSL | 306.5º | 0.84% | 0.63% | - |
| HSV(B) | 306.5º | 0.65% | 0.94% | - |
| XYZ | 52.35 | 30.04 | 72.85 | - |
| YUV | 145.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 223 | 0 | 0.65 | 0.07 | 0.06 | 306.5 | 0.84 | 0.63 |
| Hex | F0 | 53 | DF | 0 | 41 | 7 | 6 | 132 | 54 | 3F |
| Octal | 360 | 123 | 337 | 0 | 101 | 7 | 6 | 462 | 124 | 77 |
| Binary | 11110000 | 1010011 | 11011111 | 0 | 1000001 | 111 | 110 | 100110010 | 1010100 | 111111 |
Color Harmonies of #F053DF
Complementary color
Monochromatic Colors of #F053DF
Black with #F053DF
Text Example
Text Example
White with #F053DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053DF; }
p { color: rgb(240,83,223); }
H1.HeaderClassName
{
color: #F053DF;
}
.AnyTagClassName
{
color: #F053DF;
}
</style>
background-color css
<style>
a { background-color: #F053DF; }
a { background-color: rgb(240,83,223); }
div.DivClassName
{
background-color: #F053DF;
}
.BgClassName
{
background-color: #F053DF;
}
</style>
border-color css
<style>
span { border-color: #F053DF; }
span { border-color: rgb(240,83,223); }
td.TdClassName
{
border-color: #F053DF;
}
.TagClassName
{
border-color: #F053DF;
}
</style>