Html Css Color HEX #F053C3 Free Speech Magenta
📋 copy color: '#F053C3'red 240 ◦ green 83 ◦ blue 195
Shades of Free Speech Magenta #F053C3
Tints of Free Speech Magenta #F053C3
RGB
CMYK
RGB Variations
Color information
#F053C3 (or 0xF053C3) is known color: Free Speech Magenta. HEX triplet: F0, 53 and C3. RGB value is (240,83,195). Sum of RGB (Red+Green+Blue) = 240+83+195=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F053C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053C3 is #0FAC3C. Grayscale: #8E8E8E. Windows color (decimal): -1027133 or 12801008. OLE color: 12801008.
HSL color Cylindrical-coordinate representation of color #F053C3: hue angle of 317.2º 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 #F053C3 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 195 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.06 |
| HSL | 317.2º | 0.84% | 0.63% | - |
| HSV(B) | 317.2º | 0.65% | 0.94% | - |
| XYZ | 48.88 | 28.65 | 54.58 | - |
| YUV | 142.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 195 | 0 | 0.65 | 0.19 | 0.06 | 317.2 | 0.84 | 0.63 |
| Hex | F0 | 53 | C3 | 0 | 41 | 13 | 6 | 13D | 54 | 3F |
| Octal | 360 | 123 | 303 | 0 | 101 | 23 | 6 | 475 | 124 | 77 |
| Binary | 11110000 | 1010011 | 11000011 | 0 | 1000001 | 10011 | 110 | 100111101 | 1010100 | 111111 |
Color Harmonies of #F053C3
Complementary color
Monochromatic Colors of #F053C3
Black with #F053C3
Text Example
Text Example
White with #F053C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053C3; }
p { color: rgb(240,83,195); }
H1.HeaderClassName
{
color: #F053C3;
}
.AnyTagClassName
{
color: #F053C3;
}
</style>
background-color css
<style>
a { background-color: #F053C3; }
a { background-color: rgb(240,83,195); }
div.DivClassName
{
background-color: #F053C3;
}
.BgClassName
{
background-color: #F053C3;
}
</style>
border-color css
<style>
span { border-color: #F053C3; }
span { border-color: rgb(240,83,195); }
td.TdClassName
{
border-color: #F053C3;
}
.TagClassName
{
border-color: #F053C3;
}
</style>