Html Css Color HEX #F855D3 Free Speech Magenta
📋 copy color: '#F855D3'red 248 ◦ green 85 ◦ blue 211
Shades of Free Speech Magenta #F855D3
Tints of Free Speech Magenta #F855D3
RGB
CMYK
RGB Variations
Color information
#F855D3 (or 0xF855D3) is known color: Free Speech Magenta. HEX triplet: F8, 55 and D3. RGB value is (248,85,211). Sum of RGB (Red+Green+Blue) = 248+85+211=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F855D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855D3 is #07AA2C. Grayscale: #939393. Windows color (decimal): -502317 or 13850104. OLE color: 13850104.
HSL color Cylindrical-coordinate representation of color #F855D3: hue angle of 313.62º 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 #F855D3 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 211 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.03 |
| HSL | 313.62º | 0.92% | 0.65% | - |
| HSV(B) | 313.62º | 0.66% | 0.97% | - |
| XYZ | 53.72 | 31.16 | 64.81 | - |
| YUV | 148.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 211 | 0 | 0.66 | 0.15 | 0.03 | 313.62 | 0.92 | 0.65 |
| Hex | F8 | 55 | D3 | 0 | 42 | F | 3 | 13A | 5C | 41 |
| Octal | 370 | 125 | 323 | 0 | 102 | 17 | 3 | 472 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11010011 | 0 | 1000010 | 1111 | 11 | 100111010 | 1011100 | 1000001 |
Color Harmonies of #F855D3
Complementary color
Monochromatic Colors of #F855D3
Black with #F855D3
Text Example
Text Example
White with #F855D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855D3; }
p { color: rgb(248,85,211); }
H1.HeaderClassName
{
color: #F855D3;
}
.AnyTagClassName
{
color: #F855D3;
}
</style>
background-color css
<style>
a { background-color: #F855D3; }
a { background-color: rgb(248,85,211); }
div.DivClassName
{
background-color: #F855D3;
}
.BgClassName
{
background-color: #F855D3;
}
</style>
border-color css
<style>
span { border-color: #F855D3; }
span { border-color: rgb(248,85,211); }
td.TdClassName
{
border-color: #F855D3;
}
.TagClassName
{
border-color: #F855D3;
}
</style>