Shades of Brilliant Rose #F84CAC
Tints of Brilliant Rose #F84CAC
RGB
CMYK
RGB Variations
Color information
#F84CAC (or 0xF84CAC) is known color: Brilliant Rose. HEX triplet: F8, 4C and AC. RGB value is (248,76,172). Sum of RGB (Red+Green+Blue) = 248+76+172=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84CAC is #07B353. Grayscale: #8A8A8A. Windows color (decimal): -504660 or 11291896. OLE color: 11291896.
HSL color Cylindrical-coordinate representation of color #F84CAC: hue angle of 326.51º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84CAC is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 172 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.03 |
| HSL | 326.51º | 0.92% | 0.64% | - |
| HSV(B) | 326.51º | 0.69% | 0.97% | - |
| XYZ | 48.74 | 28.1 | 41.89 | - |
| YUV | 138.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 172 | 0 | 0.69 | 0.31 | 0.03 | 326.51 | 0.92 | 0.64 |
| Hex | F8 | 4C | AC | 0 | 45 | 1F | 3 | 147 | 5C | 40 |
| Octal | 370 | 114 | 254 | 0 | 105 | 37 | 3 | 507 | 134 | 100 |
| Binary | 11111000 | 1001100 | 10101100 | 0 | 1000101 | 11111 | 11 | 101000111 | 1011100 | 1000000 |
Color Harmonies of #F84CAC
Complementary color
Monochromatic Colors of #F84CAC
Black with #F84CAC
Text Example
Text Example
White with #F84CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84CAC; }
p { color: rgb(248,76,172); }
H1.HeaderClassName
{
color: #F84CAC;
}
.AnyTagClassName
{
color: #F84CAC;
}
</style>
background-color css
<style>
a { background-color: #F84CAC; }
a { background-color: rgb(248,76,172); }
div.DivClassName
{
background-color: #F84CAC;
}
.BgClassName
{
background-color: #F84CAC;
}
</style>
border-color css
<style>
span { border-color: #F84CAC; }
span { border-color: rgb(248,76,172); }
td.TdClassName
{
border-color: #F84CAC;
}
.TagClassName
{
border-color: #F84CAC;
}
</style>