Shades of Brilliant Rose #F8529C
Tints of Brilliant Rose #F8529C
RGB
CMYK
RGB Variations
Color information
#F8529C (or 0xF8529C) is known color: Brilliant Rose. HEX triplet: F8, 52 and 9C. RGB value is (248,82,156). Sum of RGB (Red+Green+Blue) = 248+82+156=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8529C is #07AD63. Grayscale: #8B8B8B. Windows color (decimal): -503140 or 10244856. OLE color: 10244856.
HSL color Cylindrical-coordinate representation of color #F8529C: hue angle of 333.25º 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 #F8529C is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 156 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.03 |
| HSL | 333.25º | 0.92% | 0.65% | - |
| HSV(B) | 333.25º | 0.67% | 0.97% | - |
| XYZ | 47.73 | 28.39 | 34.42 | - |
| YUV | 140.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 156 | 0 | 0.67 | 0.37 | 0.03 | 333.25 | 0.92 | 0.65 |
| Hex | F8 | 52 | 9C | 0 | 43 | 25 | 3 | 14D | 5C | 41 |
| Octal | 370 | 122 | 234 | 0 | 103 | 45 | 3 | 515 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10011100 | 0 | 1000011 | 100101 | 11 | 101001101 | 1011100 | 1000001 |
Color Harmonies of #F8529C
Complementary color
Monochromatic Colors of #F8529C
Black with #F8529C
Text Example
Text Example
White with #F8529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8529C; }
p { color: rgb(248,82,156); }
H1.HeaderClassName
{
color: #F8529C;
}
.AnyTagClassName
{
color: #F8529C;
}
</style>
background-color css
<style>
a { background-color: #F8529C; }
a { background-color: rgb(248,82,156); }
div.DivClassName
{
background-color: #F8529C;
}
.BgClassName
{
background-color: #F8529C;
}
</style>
border-color css
<style>
span { border-color: #F8529C; }
span { border-color: rgb(248,82,156); }
td.TdClassName
{
border-color: #F8529C;
}
.TagClassName
{
border-color: #F8529C;
}
</style>