Html Css Color HEX #F84DDC Free Speech Magenta
📋 copy color: '#F84DDC'red 248 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #F84DDC
Tints of Free Speech Magenta #F84DDC
RGB
CMYK
RGB Variations
Color information
#F84DDC (or 0xF84DDC) is known color: Free Speech Magenta. HEX triplet: F8, 4D and DC. RGB value is (248,77,220). Sum of RGB (Red+Green+Blue) = 248+77+220=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84DDC is #07B223. Grayscale: #909090. Windows color (decimal): -504356 or 14437880. OLE color: 14437880.
HSL color Cylindrical-coordinate representation of color #F84DDC: hue angle of 309.82º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84DDC is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 220 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.03 |
| HSL | 309.82º | 0.92% | 0.64% | - |
| HSV(B) | 309.82º | 0.69% | 0.97% | - |
| XYZ | 54.28 | 30.43 | 70.72 | - |
| YUV | 144.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 220 | 0 | 0.69 | 0.11 | 0.03 | 309.82 | 0.92 | 0.64 |
| Hex | F8 | 4D | DC | 0 | 45 | B | 3 | 136 | 5C | 40 |
| Octal | 370 | 115 | 334 | 0 | 105 | 13 | 3 | 466 | 134 | 100 |
| Binary | 11111000 | 1001101 | 11011100 | 0 | 1000101 | 1011 | 11 | 100110110 | 1011100 | 1000000 |
Color Harmonies of #F84DDC
Complementary color
Monochromatic Colors of #F84DDC
Black with #F84DDC
Text Example
Text Example
White with #F84DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DDC; }
p { color: rgb(248,77,220); }
H1.HeaderClassName
{
color: #F84DDC;
}
.AnyTagClassName
{
color: #F84DDC;
}
</style>
background-color css
<style>
a { background-color: #F84DDC; }
a { background-color: rgb(248,77,220); }
div.DivClassName
{
background-color: #F84DDC;
}
.BgClassName
{
background-color: #F84DDC;
}
</style>
border-color css
<style>
span { border-color: #F84DDC; }
span { border-color: rgb(248,77,220); }
td.TdClassName
{
border-color: #F84DDC;
}
.TagClassName
{
border-color: #F84DDC;
}
</style>