Shades of Brilliant Rose #F84FB8
Tints of Brilliant Rose #F84FB8
RGB
CMYK
RGB Variations
Color information
#F84FB8 (or 0xF84FB8) is known color: Brilliant Rose. HEX triplet: F8, 4F and B8. RGB value is (248,79,184). Sum of RGB (Red+Green+Blue) = 248+79+184=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FB8 is #07B047. Grayscale: #8D8D8D. Windows color (decimal): -503880 or 12079096. OLE color: 12079096.
HSL color Cylindrical-coordinate representation of color #F84FB8: hue angle of 322.72º 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 #F84FB8 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 184 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.03 |
| HSL | 322.72º | 0.92% | 0.64% | - |
| HSV(B) | 322.72º | 0.68% | 0.97% | - |
| XYZ | 50.16 | 29.01 | 48.3 | - |
| YUV | 141.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 184 | 0 | 0.68 | 0.26 | 0.03 | 322.72 | 0.92 | 0.64 |
| Hex | F8 | 4F | B8 | 0 | 44 | 1A | 3 | 143 | 5C | 40 |
| Octal | 370 | 117 | 270 | 0 | 104 | 32 | 3 | 503 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10111000 | 0 | 1000100 | 11010 | 11 | 101000011 | 1011100 | 1000000 |
Color Harmonies of #F84FB8
Complementary color
Monochromatic Colors of #F84FB8
Black with #F84FB8
Text Example
Text Example
White with #F84FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FB8; }
p { color: rgb(248,79,184); }
H1.HeaderClassName
{
color: #F84FB8;
}
.AnyTagClassName
{
color: #F84FB8;
}
</style>
background-color css
<style>
a { background-color: #F84FB8; }
a { background-color: rgb(248,79,184); }
div.DivClassName
{
background-color: #F84FB8;
}
.BgClassName
{
background-color: #F84FB8;
}
</style>
border-color css
<style>
span { border-color: #F84FB8; }
span { border-color: rgb(248,79,184); }
td.TdClassName
{
border-color: #F84FB8;
}
.TagClassName
{
border-color: #F84FB8;
}
</style>