Shades of Brilliant Rose #F852A8
Tints of Brilliant Rose #F852A8
RGB
CMYK
RGB Variations
Color information
#F852A8 (or 0xF852A8) is known color: Brilliant Rose. HEX triplet: F8, 52 and A8. RGB value is (248,82,168). Sum of RGB (Red+Green+Blue) = 248+82+168=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F852A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F852A8 is #07AD57. Grayscale: #8D8D8D. Windows color (decimal): -503128 or 11031288. OLE color: 11031288.
HSL color Cylindrical-coordinate representation of color #F852A8: hue angle of 328.92º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F852A8 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 168 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.03 |
| HSL | 328.92º | 0.92% | 0.65% | - |
| HSV(B) | 328.92º | 0.67% | 0.97% | - |
| XYZ | 48.8 | 28.82 | 40.04 | - |
| YUV | 141.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 168 | 0 | 0.67 | 0.32 | 0.03 | 328.92 | 0.92 | 0.65 |
| Hex | F8 | 52 | A8 | 0 | 43 | 20 | 3 | 149 | 5C | 41 |
| Octal | 370 | 122 | 250 | 0 | 103 | 40 | 3 | 511 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10101000 | 0 | 1000011 | 100000 | 11 | 101001001 | 1011100 | 1000001 |
Color Harmonies of #F852A8
Complementary color
Monochromatic Colors of #F852A8
Black with #F852A8
Text Example
Text Example
White with #F852A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F852A8; }
p { color: rgb(248,82,168); }
H1.HeaderClassName
{
color: #F852A8;
}
.AnyTagClassName
{
color: #F852A8;
}
</style>
background-color css
<style>
a { background-color: #F852A8; }
a { background-color: rgb(248,82,168); }
div.DivClassName
{
background-color: #F852A8;
}
.BgClassName
{
background-color: #F852A8;
}
</style>
border-color css
<style>
span { border-color: #F852A8; }
span { border-color: rgb(248,82,168); }
td.TdClassName
{
border-color: #F852A8;
}
.TagClassName
{
border-color: #F852A8;
}
</style>