Html Css Color HEX #F048D1 Free Speech Magenta
📋 copy color: '#F048D1'red 240 ◦ green 72 ◦ blue 209
Shades of Free Speech Magenta #F048D1
Tints of Free Speech Magenta #F048D1
RGB
CMYK
RGB Variations
Color information
#F048D1 (or 0xF048D1) is known color: Free Speech Magenta. HEX triplet: F0, 48 and D1. RGB value is (240,72,209). Sum of RGB (Red+Green+Blue) = 240+72+209=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F048D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048D1 is #0FB72E. Grayscale: #898989. Windows color (decimal): -1029935 or 13715696. OLE color: 13715696.
HSL color Cylindrical-coordinate representation of color #F048D1: hue angle of 311.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F048D1 is Cyan = 0, Magento = 0.7, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 209 | - |
| CMYK | 0 | 0.7 | 0.13 | 0.06 |
| HSL | 311.07º | 0.85% | 0.61% | - |
| HSV(B) | 311.07º | 0.7% | 0.94% | - |
| XYZ | 49.76 | 27.76 | 63.06 | - |
| YUV | 137.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 209 | 0 | 0.7 | 0.13 | 0.06 | 311.07 | 0.85 | 0.61 |
| Hex | F0 | 48 | D1 | 0 | 46 | D | 6 | 137 | 55 | 3D |
| Octal | 360 | 110 | 321 | 0 | 106 | 15 | 6 | 467 | 125 | 75 |
| Binary | 11110000 | 1001000 | 11010001 | 0 | 1000110 | 1101 | 110 | 100110111 | 1010101 | 111101 |
Color Harmonies of #F048D1
Complementary color
Monochromatic Colors of #F048D1
Black with #F048D1
Text Example
Text Example
White with #F048D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F048D1; }
p { color: rgb(240,72,209); }
H1.HeaderClassName
{
color: #F048D1;
}
.AnyTagClassName
{
color: #F048D1;
}
</style>
background-color css
<style>
a { background-color: #F048D1; }
a { background-color: rgb(240,72,209); }
div.DivClassName
{
background-color: #F048D1;
}
.BgClassName
{
background-color: #F048D1;
}
</style>
border-color css
<style>
span { border-color: #F048D1; }
span { border-color: rgb(240,72,209); }
td.TdClassName
{
border-color: #F048D1;
}
.TagClassName
{
border-color: #F048D1;
}
</style>