Html Css Color HEX #F855D4 Free Speech Magenta
📋 copy color: '#F855D4'red 248 ◦ green 85 ◦ blue 212
Shades of Free Speech Magenta #F855D4
Tints of Free Speech Magenta #F855D4
RGB
CMYK
RGB Variations
Color information
#F855D4 (or 0xF855D4) is known color: Free Speech Magenta. HEX triplet: F8, 55 and D4. RGB value is (248,85,212). Sum of RGB (Red+Green+Blue) = 248+85+212=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F855D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855D4 is #07AA2B. Grayscale: #939393. Windows color (decimal): -502316 or 13915640. OLE color: 13915640.
HSL color Cylindrical-coordinate representation of color #F855D4: hue angle of 313.25º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855D4 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 212 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.03 |
| HSL | 313.25º | 0.92% | 0.65% | - |
| HSV(B) | 313.25º | 0.66% | 0.97% | - |
| XYZ | 53.84 | 31.21 | 65.47 | - |
| YUV | 148.22 | 164 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 212 | 0 | 0.66 | 0.15 | 0.03 | 313.25 | 0.92 | 0.65 |
| Hex | F8 | 55 | D4 | 0 | 42 | F | 3 | 139 | 5C | 41 |
| Octal | 370 | 125 | 324 | 0 | 102 | 17 | 3 | 471 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11010100 | 0 | 1000010 | 1111 | 11 | 100111001 | 1011100 | 1000001 |
Color Harmonies of #F855D4
Complementary color
Monochromatic Colors of #F855D4
Black with #F855D4
Text Example
Text Example
White with #F855D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855D4; }
p { color: rgb(248,85,212); }
H1.HeaderClassName
{
color: #F855D4;
}
.AnyTagClassName
{
color: #F855D4;
}
</style>
background-color css
<style>
a { background-color: #F855D4; }
a { background-color: rgb(248,85,212); }
div.DivClassName
{
background-color: #F855D4;
}
.BgClassName
{
background-color: #F855D4;
}
</style>
border-color css
<style>
span { border-color: #F855D4; }
span { border-color: rgb(248,85,212); }
td.TdClassName
{
border-color: #F855D4;
}
.TagClassName
{
border-color: #F855D4;
}
</style>