Html Css Color HEX #F85ADC Free Speech Magenta
📋 copy color: '#F85ADC'red 248 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #F85ADC
Tints of Free Speech Magenta #F85ADC
RGB
CMYK
RGB Variations
Color information
#F85ADC (or 0xF85ADC) is known color: Free Speech Magenta. HEX triplet: F8, 5A and DC. RGB value is (248,90,220). Sum of RGB (Red+Green+Blue) = 248+90+220=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ADC is #07A523. Grayscale: #979797. Windows color (decimal): -501028 or 14441208. OLE color: 14441208.
HSL color Cylindrical-coordinate representation of color #F85ADC: hue angle of 310.63º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85ADC is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 220 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.03 |
| HSL | 310.63º | 0.92% | 0.66% | - |
| HSV(B) | 310.63º | 0.64% | 0.97% | - |
| XYZ | 55.29 | 32.44 | 71.06 | - |
| YUV | 152.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 220 | 0 | 0.64 | 0.11 | 0.03 | 310.63 | 0.92 | 0.66 |
| Hex | F8 | 5A | DC | 0 | 40 | B | 3 | 137 | 5C | 42 |
| Octal | 370 | 132 | 334 | 0 | 100 | 13 | 3 | 467 | 134 | 102 |
| Binary | 11111000 | 1011010 | 11011100 | 0 | 1000000 | 1011 | 11 | 100110111 | 1011100 | 1000010 |
Color Harmonies of #F85ADC
Complementary color
Monochromatic Colors of #F85ADC
Black with #F85ADC
Text Example
Text Example
White with #F85ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85ADC; }
p { color: rgb(248,90,220); }
H1.HeaderClassName
{
color: #F85ADC;
}
.AnyTagClassName
{
color: #F85ADC;
}
</style>
background-color css
<style>
a { background-color: #F85ADC; }
a { background-color: rgb(248,90,220); }
div.DivClassName
{
background-color: #F85ADC;
}
.BgClassName
{
background-color: #F85ADC;
}
</style>
border-color css
<style>
span { border-color: #F85ADC; }
span { border-color: rgb(248,90,220); }
td.TdClassName
{
border-color: #F85ADC;
}
.TagClassName
{
border-color: #F85ADC;
}
</style>