Html Css Color HEX #F057DF Free Speech Magenta
📋 copy color: '#F057DF'red 240 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #F057DF
Tints of Free Speech Magenta #F057DF
RGB
CMYK
RGB Variations
Color information
#F057DF (or 0xF057DF) is known color: Free Speech Magenta. HEX triplet: F0, 57 and DF. RGB value is (240,87,223). Sum of RGB (Red+Green+Blue) = 240+87+223=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F057DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057DF is #0FA820. Grayscale: #939393. Windows color (decimal): -1026081 or 14637040. OLE color: 14637040.
HSL color Cylindrical-coordinate representation of color #F057DF: hue angle of 306.67º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057DF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 223 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.06 |
| HSL | 306.67º | 0.84% | 0.64% | - |
| HSV(B) | 306.67º | 0.64% | 0.94% | - |
| XYZ | 52.66 | 30.67 | 72.96 | - |
| YUV | 148.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 223 | 0 | 0.64 | 0.07 | 0.06 | 306.67 | 0.84 | 0.64 |
| Hex | F0 | 57 | DF | 0 | 40 | 7 | 6 | 133 | 54 | 40 |
| Octal | 360 | 127 | 337 | 0 | 100 | 7 | 6 | 463 | 124 | 100 |
| Binary | 11110000 | 1010111 | 11011111 | 0 | 1000000 | 111 | 110 | 100110011 | 1010100 | 1000000 |
Color Harmonies of #F057DF
Complementary color
Monochromatic Colors of #F057DF
Black with #F057DF
Text Example
Text Example
White with #F057DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057DF; }
p { color: rgb(240,87,223); }
H1.HeaderClassName
{
color: #F057DF;
}
.AnyTagClassName
{
color: #F057DF;
}
</style>
background-color css
<style>
a { background-color: #F057DF; }
a { background-color: rgb(240,87,223); }
div.DivClassName
{
background-color: #F057DF;
}
.BgClassName
{
background-color: #F057DF;
}
</style>
border-color css
<style>
span { border-color: #F057DF; }
span { border-color: rgb(240,87,223); }
td.TdClassName
{
border-color: #F057DF;
}
.TagClassName
{
border-color: #F057DF;
}
</style>