Shades of Brilliant Rose #F856A8
Tints of Brilliant Rose #F856A8
RGB
CMYK
RGB Variations
Color information
#F856A8 (or 0xF856A8) is known color: Brilliant Rose. HEX triplet: F8, 56 and A8. RGB value is (248,86,168). Sum of RGB (Red+Green+Blue) = 248+86+168=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F856A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F856A8 is #07A957. Grayscale: #8F8F8F. Windows color (decimal): -502104 or 11032312. OLE color: 11032312.
HSL color Cylindrical-coordinate representation of color #F856A8: hue angle of 329.63º 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 #F856A8 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 168 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.03 |
| HSL | 329.63º | 0.92% | 0.65% | - |
| HSV(B) | 329.63º | 0.65% | 0.97% | - |
| XYZ | 49.11 | 29.44 | 40.14 | - |
| YUV | 143.79 | 141.67 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 168 | 0 | 0.65 | 0.32 | 0.03 | 329.63 | 0.92 | 0.65 |
| Hex | F8 | 56 | A8 | 0 | 41 | 20 | 3 | 14A | 5C | 41 |
| Octal | 370 | 126 | 250 | 0 | 101 | 40 | 3 | 512 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10101000 | 0 | 1000001 | 100000 | 11 | 101001010 | 1011100 | 1000001 |
Color Harmonies of #F856A8
Complementary color
Monochromatic Colors of #F856A8
Black with #F856A8
Text Example
Text Example
White with #F856A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856A8; }
p { color: rgb(248,86,168); }
H1.HeaderClassName
{
color: #F856A8;
}
.AnyTagClassName
{
color: #F856A8;
}
</style>
background-color css
<style>
a { background-color: #F856A8; }
a { background-color: rgb(248,86,168); }
div.DivClassName
{
background-color: #F856A8;
}
.BgClassName
{
background-color: #F856A8;
}
</style>
border-color css
<style>
span { border-color: #F856A8; }
span { border-color: rgb(248,86,168); }
td.TdClassName
{
border-color: #F856A8;
}
.TagClassName
{
border-color: #F856A8;
}
</style>