Html Css Color HEX #F05BCD Free Speech Magenta
📋 copy color: '#F05BCD'red 240 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #F05BCD
Tints of Free Speech Magenta #F05BCD
RGB
CMYK
RGB Variations
Color information
#F05BCD (or 0xF05BCD) is known color: Free Speech Magenta. HEX triplet: F0, 5B and CD. RGB value is (240,91,205). Sum of RGB (Red+Green+Blue) = 240+91+205=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BCD is #0FA432. Grayscale: #949494. Windows color (decimal): -1025075 or 13458416. OLE color: 13458416.
HSL color Cylindrical-coordinate representation of color #F05BCD: hue angle of 314.09º 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 #F05BCD is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 205 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.06 |
| HSL | 314.09º | 0.83% | 0.65% | - |
| HSV(B) | 314.09º | 0.62% | 0.94% | - |
| XYZ | 50.7 | 30.42 | 60.96 | - |
| YUV | 148.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 205 | 0 | 0.62 | 0.15 | 0.06 | 314.09 | 0.83 | 0.65 |
| Hex | F0 | 5B | CD | 0 | 3E | F | 6 | 13A | 53 | 41 |
| Octal | 360 | 133 | 315 | 0 | 76 | 17 | 6 | 472 | 123 | 101 |
| Binary | 11110000 | 1011011 | 11001101 | 0 | 111110 | 1111 | 110 | 100111010 | 1010011 | 1000001 |
Color Harmonies of #F05BCD
Complementary color
Monochromatic Colors of #F05BCD
Black with #F05BCD
Text Example
Text Example
White with #F05BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05BCD; }
p { color: rgb(240,91,205); }
H1.HeaderClassName
{
color: #F05BCD;
}
.AnyTagClassName
{
color: #F05BCD;
}
</style>
background-color css
<style>
a { background-color: #F05BCD; }
a { background-color: rgb(240,91,205); }
div.DivClassName
{
background-color: #F05BCD;
}
.BgClassName
{
background-color: #F05BCD;
}
</style>
border-color css
<style>
span { border-color: #F05BCD; }
span { border-color: rgb(240,91,205); }
td.TdClassName
{
border-color: #F05BCD;
}
.TagClassName
{
border-color: #F05BCD;
}
</style>