Html Css Color HEX #F84ADC Free Speech Magenta
📋 copy color: '#F84ADC'red 248 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #F84ADC
Tints of Free Speech Magenta #F84ADC
RGB
CMYK
RGB Variations
Color information
#F84ADC (or 0xF84ADC) is known color: Free Speech Magenta. HEX triplet: F8, 4A and DC. RGB value is (248,74,220). Sum of RGB (Red+Green+Blue) = 248+74+220=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F84ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84ADC is #07B523. Grayscale: #8E8E8E. Windows color (decimal): -505124 or 14437112. OLE color: 14437112.
HSL color Cylindrical-coordinate representation of color #F84ADC: hue angle of 309.66º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84ADC is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 220 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.03 |
| HSL | 309.66º | 0.93% | 0.63% | - |
| HSV(B) | 309.66º | 0.7% | 0.97% | - |
| XYZ | 54.08 | 30.02 | 70.65 | - |
| YUV | 142.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 220 | 0 | 0.70 | 0.11 | 0.03 | 309.66 | 0.93 | 0.63 |
| Hex | F8 | 4A | DC | 0 | 46 | B | 3 | 136 | 5D | 3F |
| Octal | 370 | 112 | 334 | 0 | 106 | 13 | 3 | 466 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11011100 | 0 | 1000110 | 1011 | 11 | 100110110 | 1011101 | 111111 |
Color Harmonies of #F84ADC
Complementary color
Monochromatic Colors of #F84ADC
Black with #F84ADC
Text Example
Text Example
White with #F84ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84ADC; }
p { color: rgb(248,74,220); }
H1.HeaderClassName
{
color: #F84ADC;
}
.AnyTagClassName
{
color: #F84ADC;
}
</style>
background-color css
<style>
a { background-color: #F84ADC; }
a { background-color: rgb(248,74,220); }
div.DivClassName
{
background-color: #F84ADC;
}
.BgClassName
{
background-color: #F84ADC;
}
</style>
border-color css
<style>
span { border-color: #F84ADC; }
span { border-color: rgb(248,74,220); }
td.TdClassName
{
border-color: #F84ADC;
}
.TagClassName
{
border-color: #F84ADC;
}
</style>