Html Css Color HEX #F04CCC Free Speech Magenta
📋 copy color: '#F04CCC'red 240 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #F04CCC
Tints of Free Speech Magenta #F04CCC
RGB
CMYK
RGB Variations
Color information
#F04CCC (or 0xF04CCC) is known color: Free Speech Magenta. HEX triplet: F0, 4C and CC. RGB value is (240,76,204). Sum of RGB (Red+Green+Blue) = 240+76+204=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CCC is #0FB333. Grayscale: #8B8B8B. Windows color (decimal): -1028916 or 13389040. OLE color: 13389040.
HSL color Cylindrical-coordinate representation of color #F04CCC: hue angle of 313.17º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CCC is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 204 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.06 |
| HSL | 313.17º | 0.85% | 0.62% | - |
| HSV(B) | 313.17º | 0.68% | 0.94% | - |
| XYZ | 49.42 | 28.05 | 59.94 | - |
| YUV | 139.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 204 | 0 | 0.68 | 0.15 | 0.06 | 313.17 | 0.85 | 0.62 |
| Hex | F0 | 4C | CC | 0 | 44 | F | 6 | 139 | 55 | 3E |
| Octal | 360 | 114 | 314 | 0 | 104 | 17 | 6 | 471 | 125 | 76 |
| Binary | 11110000 | 1001100 | 11001100 | 0 | 1000100 | 1111 | 110 | 100111001 | 1010101 | 111110 |
Color Harmonies of #F04CCC
Complementary color
Monochromatic Colors of #F04CCC
Black with #F04CCC
Text Example
Text Example
White with #F04CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CCC; }
p { color: rgb(240,76,204); }
H1.HeaderClassName
{
color: #F04CCC;
}
.AnyTagClassName
{
color: #F04CCC;
}
</style>
background-color css
<style>
a { background-color: #F04CCC; }
a { background-color: rgb(240,76,204); }
div.DivClassName
{
background-color: #F04CCC;
}
.BgClassName
{
background-color: #F04CCC;
}
</style>
border-color css
<style>
span { border-color: #F04CCC; }
span { border-color: rgb(240,76,204); }
td.TdClassName
{
border-color: #F04CCC;
}
.TagClassName
{
border-color: #F04CCC;
}
</style>