Html Css Color HEX #F863DC Free Speech Magenta
📋 copy color: '#F863DC'red 248 ◦ green 99 ◦ blue 220
Shades of Free Speech Magenta #F863DC
Tints of Free Speech Magenta #F863DC
RGB
CMYK
RGB Variations
Color information
#F863DC (or 0xF863DC) is known color: Free Speech Magenta. HEX triplet: F8, 63 and DC. RGB value is (248,99,220). Sum of RGB (Red+Green+Blue) = 248+99+220=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F863DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863DC is #079C23. Grayscale: #9D9D9D. Windows color (decimal): -498724 or 14443512. OLE color: 14443512.
HSL color Cylindrical-coordinate representation of color #F863DC: hue angle of 311.28º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863DC is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 220 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.03 |
| HSL | 311.28º | 0.91% | 0.68% | - |
| HSV(B) | 311.28º | 0.6% | 0.97% | - |
| XYZ | 56.09 | 34.05 | 71.33 | - |
| YUV | 157.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 220 | 0 | 0.60 | 0.11 | 0.03 | 311.28 | 0.91 | 0.68 |
| Hex | F8 | 63 | DC | 0 | 3C | B | 3 | 137 | 5B | 44 |
| Octal | 370 | 143 | 334 | 0 | 74 | 13 | 3 | 467 | 133 | 104 |
| Binary | 11111000 | 1100011 | 11011100 | 0 | 111100 | 1011 | 11 | 100110111 | 1011011 | 1000100 |
Color Harmonies of #F863DC
Complementary color
Monochromatic Colors of #F863DC
Black with #F863DC
Text Example
Text Example
White with #F863DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863DC; }
p { color: rgb(248,99,220); }
H1.HeaderClassName
{
color: #F863DC;
}
.AnyTagClassName
{
color: #F863DC;
}
</style>
background-color css
<style>
a { background-color: #F863DC; }
a { background-color: rgb(248,99,220); }
div.DivClassName
{
background-color: #F863DC;
}
.BgClassName
{
background-color: #F863DC;
}
</style>
border-color css
<style>
span { border-color: #F863DC; }
span { border-color: rgb(248,99,220); }
td.TdClassName
{
border-color: #F863DC;
}
.TagClassName
{
border-color: #F863DC;
}
</style>