Html Css Color HEX #F05BDF Free Speech Magenta
📋 copy color: '#F05BDF'red 240 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #F05BDF
Tints of Free Speech Magenta #F05BDF
RGB
CMYK
RGB Variations
Color information
#F05BDF (or 0xF05BDF) is known color: Free Speech Magenta. HEX triplet: F0, 5B and DF. RGB value is (240,91,223). Sum of RGB (Red+Green+Blue) = 240+91+223=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BDF is #0FA420. Grayscale: #969696. Windows color (decimal): -1025057 or 14638064. OLE color: 14638064.
HSL color Cylindrical-coordinate representation of color #F05BDF: hue angle of 306.85º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05BDF is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 223 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.06 |
| HSL | 306.85º | 0.83% | 0.65% | - |
| HSV(B) | 306.85º | 0.62% | 0.94% | - |
| XYZ | 53 | 31.34 | 73.07 | - |
| YUV | 150.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 223 | 0 | 0.62 | 0.07 | 0.06 | 306.85 | 0.83 | 0.65 |
| Hex | F0 | 5B | DF | 0 | 3E | 7 | 6 | 133 | 53 | 41 |
| Octal | 360 | 133 | 337 | 0 | 76 | 7 | 6 | 463 | 123 | 101 |
| Binary | 11110000 | 1011011 | 11011111 | 0 | 111110 | 111 | 110 | 100110011 | 1010011 | 1000001 |
Color Harmonies of #F05BDF
Complementary color
Monochromatic Colors of #F05BDF
Black with #F05BDF
Text Example
Text Example
White with #F05BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05BDF; }
p { color: rgb(240,91,223); }
H1.HeaderClassName
{
color: #F05BDF;
}
.AnyTagClassName
{
color: #F05BDF;
}
</style>
background-color css
<style>
a { background-color: #F05BDF; }
a { background-color: rgb(240,91,223); }
div.DivClassName
{
background-color: #F05BDF;
}
.BgClassName
{
background-color: #F05BDF;
}
</style>
border-color css
<style>
span { border-color: #F05BDF; }
span { border-color: rgb(240,91,223); }
td.TdClassName
{
border-color: #F05BDF;
}
.TagClassName
{
border-color: #F05BDF;
}
</style>