Shades of Brilliant Rose #F847B2
Tints of Brilliant Rose #F847B2
RGB
CMYK
RGB Variations
Color information
#F847B2 (or 0xF847B2) is known color: Brilliant Rose. HEX triplet: F8, 47 and B2. RGB value is (248,71,178). Sum of RGB (Red+Green+Blue) = 248+71+178=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F847B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F847B2 is #07B84D. Grayscale: #878787. Windows color (decimal): -505934 or 11683832. OLE color: 11683832.
HSL color Cylindrical-coordinate representation of color #F847B2: hue angle of 323.73º 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 #F847B2 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 178 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.03 |
| HSL | 323.73º | 0.93% | 0.63% | - |
| HSV(B) | 323.73º | 0.71% | 0.97% | - |
| XYZ | 49 | 27.68 | 44.88 | - |
| YUV | 136.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 178 | 0 | 0.71 | 0.28 | 0.03 | 323.73 | 0.93 | 0.63 |
| Hex | F8 | 47 | B2 | 0 | 47 | 1C | 3 | 144 | 5D | 3F |
| Octal | 370 | 107 | 262 | 0 | 107 | 34 | 3 | 504 | 135 | 77 |
| Binary | 11111000 | 1000111 | 10110010 | 0 | 1000111 | 11100 | 11 | 101000100 | 1011101 | 111111 |
Color Harmonies of #F847B2
Complementary color
Monochromatic Colors of #F847B2
Black with #F847B2
Text Example
Text Example
White with #F847B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F847B2; }
p { color: rgb(248,71,178); }
H1.HeaderClassName
{
color: #F847B2;
}
.AnyTagClassName
{
color: #F847B2;
}
</style>
background-color css
<style>
a { background-color: #F847B2; }
a { background-color: rgb(248,71,178); }
div.DivClassName
{
background-color: #F847B2;
}
.BgClassName
{
background-color: #F847B2;
}
</style>
border-color css
<style>
span { border-color: #F847B2; }
span { border-color: rgb(248,71,178); }
td.TdClassName
{
border-color: #F847B2;
}
.TagClassName
{
border-color: #F847B2;
}
</style>