Html Css Color HEX #F05ECB Free Speech Magenta
📋 copy color: '#F05ECB'red 240 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #F05ECB
Tints of Free Speech Magenta #F05ECB
RGB
CMYK
RGB Variations
Color information
#F05ECB (or 0xF05ECB) is known color: Free Speech Magenta. HEX triplet: F0, 5E and CB. RGB value is (240,94,203). Sum of RGB (Red+Green+Blue) = 240+94+203=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F05ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05ECB is #0FA134. Grayscale: #959595. Windows color (decimal): -1024309 or 13328112. OLE color: 13328112.
HSL color Cylindrical-coordinate representation of color #F05ECB: hue angle of 315.21º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05ECB is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 203 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.06 |
| HSL | 315.21º | 0.83% | 0.65% | - |
| HSV(B) | 315.21º | 0.61% | 0.94% | - |
| XYZ | 50.72 | 30.84 | 59.78 | - |
| YUV | 150.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 203 | 0 | 0.61 | 0.15 | 0.06 | 315.21 | 0.83 | 0.65 |
| Hex | F0 | 5E | CB | 0 | 3D | F | 6 | 13B | 53 | 41 |
| Octal | 360 | 136 | 313 | 0 | 75 | 17 | 6 | 473 | 123 | 101 |
| Binary | 11110000 | 1011110 | 11001011 | 0 | 111101 | 1111 | 110 | 100111011 | 1010011 | 1000001 |
Color Harmonies of #F05ECB
Complementary color
Monochromatic Colors of #F05ECB
Black with #F05ECB
Text Example
Text Example
White with #F05ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05ECB; }
p { color: rgb(240,94,203); }
H1.HeaderClassName
{
color: #F05ECB;
}
.AnyTagClassName
{
color: #F05ECB;
}
</style>
background-color css
<style>
a { background-color: #F05ECB; }
a { background-color: rgb(240,94,203); }
div.DivClassName
{
background-color: #F05ECB;
}
.BgClassName
{
background-color: #F05ECB;
}
</style>
border-color css
<style>
span { border-color: #F05ECB; }
span { border-color: rgb(240,94,203); }
td.TdClassName
{
border-color: #F05ECB;
}
.TagClassName
{
border-color: #F05ECB;
}
</style>