Shades of Brilliant Rose #F847A8
Tints of Brilliant Rose #F847A8
RGB
CMYK
RGB Variations
Color information
#F847A8 (or 0xF847A8) is known color: Brilliant Rose. HEX triplet: F8, 47 and A8. RGB value is (248,71,168). Sum of RGB (Red+Green+Blue) = 248+71+168=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F847A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F847A8 is #07B857. Grayscale: #868686. Windows color (decimal): -505944 or 11028472. OLE color: 11028472.
HSL color Cylindrical-coordinate representation of color #F847A8: hue angle of 327.12º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F847A8 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 168 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.03 |
| HSL | 327.12º | 0.93% | 0.63% | - |
| HSV(B) | 327.12º | 0.71% | 0.97% | - |
| XYZ | 48.03 | 27.29 | 39.78 | - |
| YUV | 134.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 168 | 0 | 0.71 | 0.32 | 0.03 | 327.12 | 0.93 | 0.63 |
| Hex | F8 | 47 | A8 | 0 | 47 | 20 | 3 | 147 | 5D | 3F |
| Octal | 370 | 107 | 250 | 0 | 107 | 40 | 3 | 507 | 135 | 77 |
| Binary | 11111000 | 1000111 | 10101000 | 0 | 1000111 | 100000 | 11 | 101000111 | 1011101 | 111111 |
Color Harmonies of #F847A8
Complementary color
Monochromatic Colors of #F847A8
Black with #F847A8
Text Example
Text Example
White with #F847A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F847A8; }
p { color: rgb(248,71,168); }
H1.HeaderClassName
{
color: #F847A8;
}
.AnyTagClassName
{
color: #F847A8;
}
</style>
background-color css
<style>
a { background-color: #F847A8; }
a { background-color: rgb(248,71,168); }
div.DivClassName
{
background-color: #F847A8;
}
.BgClassName
{
background-color: #F847A8;
}
</style>
border-color css
<style>
span { border-color: #F847A8; }
span { border-color: rgb(248,71,168); }
td.TdClassName
{
border-color: #F847A8;
}
.TagClassName
{
border-color: #F847A8;
}
</style>