Html Css Color HEX #F053DB Free Speech Magenta
📋 copy color: '#F053DB'red 240 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #F053DB
Tints of Free Speech Magenta #F053DB
RGB
CMYK
RGB Variations
Color information
#F053DB (or 0xF053DB) is known color: Free Speech Magenta. HEX triplet: F0, 53 and DB. RGB value is (240,83,219). Sum of RGB (Red+Green+Blue) = 240+83+219=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F053DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053DB is #0FAC24. Grayscale: #919191. Windows color (decimal): -1027109 or 14373872. OLE color: 14373872.
HSL color Cylindrical-coordinate representation of color #F053DB: hue angle of 308.03º 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 #F053DB is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 219 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.06 |
| HSL | 308.03º | 0.84% | 0.63% | - |
| HSV(B) | 308.03º | 0.65% | 0.94% | - |
| XYZ | 51.81 | 29.83 | 70.04 | - |
| YUV | 145.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 219 | 0 | 0.65 | 0.09 | 0.06 | 308.03 | 0.84 | 0.63 |
| Hex | F0 | 53 | DB | 0 | 41 | 9 | 6 | 134 | 54 | 3F |
| Octal | 360 | 123 | 333 | 0 | 101 | 11 | 6 | 464 | 124 | 77 |
| Binary | 11110000 | 1010011 | 11011011 | 0 | 1000001 | 1001 | 110 | 100110100 | 1010100 | 111111 |
Color Harmonies of #F053DB
Complementary color
Monochromatic Colors of #F053DB
Black with #F053DB
Text Example
Text Example
White with #F053DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053DB; }
p { color: rgb(240,83,219); }
H1.HeaderClassName
{
color: #F053DB;
}
.AnyTagClassName
{
color: #F053DB;
}
</style>
background-color css
<style>
a { background-color: #F053DB; }
a { background-color: rgb(240,83,219); }
div.DivClassName
{
background-color: #F053DB;
}
.BgClassName
{
background-color: #F053DB;
}
</style>
border-color css
<style>
span { border-color: #F053DB; }
span { border-color: rgb(240,83,219); }
td.TdClassName
{
border-color: #F053DB;
}
.TagClassName
{
border-color: #F053DB;
}
</style>