Html Css Color HEX #F04DCB Free Speech Magenta
📋 copy color: '#F04DCB'red 240 ◦ green 77 ◦ blue 203
Shades of Free Speech Magenta #F04DCB
Tints of Free Speech Magenta #F04DCB
RGB
CMYK
RGB Variations
Color information
#F04DCB (or 0xF04DCB) is known color: Free Speech Magenta. HEX triplet: F0, 4D and CB. RGB value is (240,77,203). Sum of RGB (Red+Green+Blue) = 240+77+203=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DCB is #0FB234. Grayscale: #8B8B8B. Windows color (decimal): -1028661 or 13323760. OLE color: 13323760.
HSL color Cylindrical-coordinate representation of color #F04DCB: hue angle of 313.62º degrees, saturation: 0.84, 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 #F04DCB is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 203 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.06 |
| HSL | 313.62º | 0.84% | 0.62% | - |
| HSV(B) | 313.62º | 0.68% | 0.94% | - |
| XYZ | 49.37 | 28.14 | 59.33 | - |
| YUV | 140.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 203 | 0 | 0.68 | 0.15 | 0.06 | 313.62 | 0.84 | 0.62 |
| Hex | F0 | 4D | CB | 0 | 44 | F | 6 | 13A | 54 | 3E |
| Octal | 360 | 115 | 313 | 0 | 104 | 17 | 6 | 472 | 124 | 76 |
| Binary | 11110000 | 1001101 | 11001011 | 0 | 1000100 | 1111 | 110 | 100111010 | 1010100 | 111110 |
Color Harmonies of #F04DCB
Complementary color
Monochromatic Colors of #F04DCB
Black with #F04DCB
Text Example
Text Example
White with #F04DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DCB; }
p { color: rgb(240,77,203); }
H1.HeaderClassName
{
color: #F04DCB;
}
.AnyTagClassName
{
color: #F04DCB;
}
</style>
background-color css
<style>
a { background-color: #F04DCB; }
a { background-color: rgb(240,77,203); }
div.DivClassName
{
background-color: #F04DCB;
}
.BgClassName
{
background-color: #F04DCB;
}
</style>
border-color css
<style>
span { border-color: #F04DCB; }
span { border-color: rgb(240,77,203); }
td.TdClassName
{
border-color: #F04DCB;
}
.TagClassName
{
border-color: #F04DCB;
}
</style>