Shades of Brilliant Rose #F856A0
Tints of Brilliant Rose #F856A0
RGB
CMYK
RGB Variations
Color information
#F856A0 (or 0xF856A0) is known color: Brilliant Rose. HEX triplet: F8, 56 and A0. RGB value is (248,86,160). Sum of RGB (Red+Green+Blue) = 248+86+160=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F856A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F856A0 is #07A95F. Grayscale: #8E8E8E. Windows color (decimal): -502112 or 10508024. OLE color: 10508024.
HSL color Cylindrical-coordinate representation of color #F856A0: hue angle of 332.59º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856A0 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 160 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.03 |
| HSL | 332.59º | 0.92% | 0.65% | - |
| HSV(B) | 332.59º | 0.65% | 0.97% | - |
| XYZ | 48.38 | 29.15 | 36.33 | - |
| YUV | 142.87 | 137.67 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 160 | 0 | 0.65 | 0.35 | 0.03 | 332.59 | 0.92 | 0.65 |
| Hex | F8 | 56 | A0 | 0 | 41 | 23 | 3 | 14D | 5C | 41 |
| Octal | 370 | 126 | 240 | 0 | 101 | 43 | 3 | 515 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10100000 | 0 | 1000001 | 100011 | 11 | 101001101 | 1011100 | 1000001 |
Color Harmonies of #F856A0
Complementary color
Monochromatic Colors of #F856A0
Black with #F856A0
Text Example
Text Example
White with #F856A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856A0; }
p { color: rgb(248,86,160); }
H1.HeaderClassName
{
color: #F856A0;
}
.AnyTagClassName
{
color: #F856A0;
}
</style>
background-color css
<style>
a { background-color: #F856A0; }
a { background-color: rgb(248,86,160); }
div.DivClassName
{
background-color: #F856A0;
}
.BgClassName
{
background-color: #F856A0;
}
</style>
border-color css
<style>
span { border-color: #F856A0; }
span { border-color: rgb(248,86,160); }
td.TdClassName
{
border-color: #F856A0;
}
.TagClassName
{
border-color: #F856A0;
}
</style>