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