Html Css Color HEX #F04BCB Free Speech Magenta
📋 copy color: '#F04BCB'red 240 ◦ green 75 ◦ blue 203
Shades of Free Speech Magenta #F04BCB
Tints of Free Speech Magenta #F04BCB
RGB
CMYK
RGB Variations
Color information
#F04BCB (or 0xF04BCB) is known color: Free Speech Magenta. HEX triplet: F0, 4B and CB. RGB value is (240,75,203). Sum of RGB (Red+Green+Blue) = 240+75+203=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BCB is #0FB434. Grayscale: #8A8A8A. Windows color (decimal): -1029173 or 13323248. OLE color: 13323248.
HSL color Cylindrical-coordinate representation of color #F04BCB: hue angle of 313.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04BCB is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 203 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.06 |
| HSL | 313.45º | 0.85% | 0.62% | - |
| HSV(B) | 313.45º | 0.69% | 0.94% | - |
| XYZ | 49.23 | 27.87 | 59.28 | - |
| YUV | 138.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 203 | 0 | 0.69 | 0.15 | 0.06 | 313.45 | 0.85 | 0.62 |
| Hex | F0 | 4B | CB | 0 | 45 | F | 6 | 139 | 55 | 3E |
| Octal | 360 | 113 | 313 | 0 | 105 | 17 | 6 | 471 | 125 | 76 |
| Binary | 11110000 | 1001011 | 11001011 | 0 | 1000101 | 1111 | 110 | 100111001 | 1010101 | 111110 |
Color Harmonies of #F04BCB
Complementary color
Monochromatic Colors of #F04BCB
Black with #F04BCB
Text Example
Text Example
White with #F04BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BCB; }
p { color: rgb(240,75,203); }
H1.HeaderClassName
{
color: #F04BCB;
}
.AnyTagClassName
{
color: #F04BCB;
}
</style>
background-color css
<style>
a { background-color: #F04BCB; }
a { background-color: rgb(240,75,203); }
div.DivClassName
{
background-color: #F04BCB;
}
.BgClassName
{
background-color: #F04BCB;
}
</style>
border-color css
<style>
span { border-color: #F04BCB; }
span { border-color: rgb(240,75,203); }
td.TdClassName
{
border-color: #F04BCB;
}
.TagClassName
{
border-color: #F04BCB;
}
</style>