Shades of Brilliant Rose #F847AB
Tints of Brilliant Rose #F847AB
RGB
CMYK
RGB Variations
Color information
#F847AB (or 0xF847AB) is known color: Brilliant Rose. HEX triplet: F8, 47 and AB. RGB value is (248,71,171). Sum of RGB (Red+Green+Blue) = 248+71+171=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F847AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F847AB is #07B854. Grayscale: #878787. Windows color (decimal): -505941 or 11225080. OLE color: 11225080.
HSL color Cylindrical-coordinate representation of color #F847AB: hue angle of 326.1º 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 #F847AB is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 171 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.03 |
| HSL | 326.1º | 0.93% | 0.63% | - |
| HSV(B) | 326.1º | 0.71% | 0.97% | - |
| XYZ | 48.32 | 27.4 | 41.27 | - |
| YUV | 135.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 171 | 0 | 0.71 | 0.31 | 0.03 | 326.1 | 0.93 | 0.63 |
| Hex | F8 | 47 | AB | 0 | 47 | 1F | 3 | 146 | 5D | 3F |
| Octal | 370 | 107 | 253 | 0 | 107 | 37 | 3 | 506 | 135 | 77 |
| Binary | 11111000 | 1000111 | 10101011 | 0 | 1000111 | 11111 | 11 | 101000110 | 1011101 | 111111 |
Color Harmonies of #F847AB
Complementary color
Monochromatic Colors of #F847AB
Black with #F847AB
Text Example
Text Example
White with #F847AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F847AB; }
p { color: rgb(248,71,171); }
H1.HeaderClassName
{
color: #F847AB;
}
.AnyTagClassName
{
color: #F847AB;
}
</style>
background-color css
<style>
a { background-color: #F847AB; }
a { background-color: rgb(248,71,171); }
div.DivClassName
{
background-color: #F847AB;
}
.BgClassName
{
background-color: #F847AB;
}
</style>
border-color css
<style>
span { border-color: #F847AB; }
span { border-color: rgb(248,71,171); }
td.TdClassName
{
border-color: #F847AB;
}
.TagClassName
{
border-color: #F847AB;
}
</style>