Shades of Brilliant Rose #F84BAC
Tints of Brilliant Rose #F84BAC
RGB
CMYK
RGB Variations
Color information
#F84BAC (or 0xF84BAC) is known color: Brilliant Rose. HEX triplet: F8, 4B and AC. RGB value is (248,75,172). Sum of RGB (Red+Green+Blue) = 248+75+172=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84BAC is #07B453. Grayscale: #898989. Windows color (decimal): -504916 or 11291640. OLE color: 11291640.
HSL color Cylindrical-coordinate representation of color #F84BAC: hue angle of 326.36º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BAC is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 172 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.03 |
| HSL | 326.36º | 0.93% | 0.63% | - |
| HSV(B) | 326.36º | 0.7% | 0.97% | - |
| XYZ | 48.67 | 27.97 | 41.86 | - |
| YUV | 137.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 172 | 0 | 0.70 | 0.31 | 0.03 | 326.36 | 0.93 | 0.63 |
| Hex | F8 | 4B | AC | 0 | 46 | 1F | 3 | 146 | 5D | 3F |
| Octal | 370 | 113 | 254 | 0 | 106 | 37 | 3 | 506 | 135 | 77 |
| Binary | 11111000 | 1001011 | 10101100 | 0 | 1000110 | 11111 | 11 | 101000110 | 1011101 | 111111 |
Color Harmonies of #F84BAC
Complementary color
Monochromatic Colors of #F84BAC
Black with #F84BAC
Text Example
Text Example
White with #F84BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BAC; }
p { color: rgb(248,75,172); }
H1.HeaderClassName
{
color: #F84BAC;
}
.AnyTagClassName
{
color: #F84BAC;
}
</style>
background-color css
<style>
a { background-color: #F84BAC; }
a { background-color: rgb(248,75,172); }
div.DivClassName
{
background-color: #F84BAC;
}
.BgClassName
{
background-color: #F84BAC;
}
</style>
border-color css
<style>
span { border-color: #F84BAC; }
span { border-color: rgb(248,75,172); }
td.TdClassName
{
border-color: #F84BAC;
}
.TagClassName
{
border-color: #F84BAC;
}
</style>