Html Css Color HEX #F053C2 Free Speech Magenta
📋 copy color: '#F053C2'red 240 ◦ green 83 ◦ blue 194
Shades of Free Speech Magenta #F053C2
Tints of Free Speech Magenta #F053C2
RGB
CMYK
RGB Variations
Color information
#F053C2 (or 0xF053C2) is known color: Free Speech Magenta. HEX triplet: F0, 53 and C2. RGB value is (240,83,194). Sum of RGB (Red+Green+Blue) = 240+83+194=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F053C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053C2 is #0FAC3D. Grayscale: #8E8E8E. Windows color (decimal): -1027134 or 12735472. OLE color: 12735472.
HSL color Cylindrical-coordinate representation of color #F053C2: hue angle of 317.58º 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 #F053C2 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 194 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.06 |
| HSL | 317.58º | 0.84% | 0.63% | - |
| HSV(B) | 317.58º | 0.65% | 0.94% | - |
| XYZ | 48.77 | 28.61 | 53.99 | - |
| YUV | 142.6 | 157.01 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 194 | 0 | 0.65 | 0.19 | 0.06 | 317.58 | 0.84 | 0.63 |
| Hex | F0 | 53 | C2 | 0 | 41 | 13 | 6 | 13E | 54 | 3F |
| Octal | 360 | 123 | 302 | 0 | 101 | 23 | 6 | 476 | 124 | 77 |
| Binary | 11110000 | 1010011 | 11000010 | 0 | 1000001 | 10011 | 110 | 100111110 | 1010100 | 111111 |
Color Harmonies of #F053C2
Complementary color
Monochromatic Colors of #F053C2
Black with #F053C2
Text Example
Text Example
White with #F053C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053C2; }
p { color: rgb(240,83,194); }
H1.HeaderClassName
{
color: #F053C2;
}
.AnyTagClassName
{
color: #F053C2;
}
</style>
background-color css
<style>
a { background-color: #F053C2; }
a { background-color: rgb(240,83,194); }
div.DivClassName
{
background-color: #F053C2;
}
.BgClassName
{
background-color: #F053C2;
}
</style>
border-color css
<style>
span { border-color: #F053C2; }
span { border-color: rgb(240,83,194); }
td.TdClassName
{
border-color: #F053C2;
}
.TagClassName
{
border-color: #F053C2;
}
</style>