Shades of Brilliant Rose #F84FB0
Tints of Brilliant Rose #F84FB0
RGB
CMYK
RGB Variations
Color information
#F84FB0 (or 0xF84FB0) is known color: Brilliant Rose. HEX triplet: F8, 4F and B0. RGB value is (248,79,176). Sum of RGB (Red+Green+Blue) = 248+79+176=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84FB0 is #07B04F. Grayscale: #8C8C8C. Windows color (decimal): -503888 or 11554808. OLE color: 11554808.
HSL color Cylindrical-coordinate representation of color #F84FB0: hue angle of 325.56º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FB0 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 176 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.03 |
| HSL | 325.56º | 0.92% | 0.64% | - |
| HSV(B) | 325.56º | 0.68% | 0.97% | - |
| XYZ | 49.34 | 28.68 | 44.01 | - |
| YUV | 140.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 176 | 0 | 0.68 | 0.29 | 0.03 | 325.56 | 0.92 | 0.64 |
| Hex | F8 | 4F | B0 | 0 | 44 | 1D | 3 | 146 | 5C | 40 |
| Octal | 370 | 117 | 260 | 0 | 104 | 35 | 3 | 506 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10110000 | 0 | 1000100 | 11101 | 11 | 101000110 | 1011100 | 1000000 |
Color Harmonies of #F84FB0
Complementary color
Monochromatic Colors of #F84FB0
Black with #F84FB0
Text Example
Text Example
White with #F84FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FB0; }
p { color: rgb(248,79,176); }
H1.HeaderClassName
{
color: #F84FB0;
}
.AnyTagClassName
{
color: #F84FB0;
}
</style>
background-color css
<style>
a { background-color: #F84FB0; }
a { background-color: rgb(248,79,176); }
div.DivClassName
{
background-color: #F84FB0;
}
.BgClassName
{
background-color: #F84FB0;
}
</style>
border-color css
<style>
span { border-color: #F84FB0; }
span { border-color: rgb(248,79,176); }
td.TdClassName
{
border-color: #F84FB0;
}
.TagClassName
{
border-color: #F84FB0;
}
</style>