Shades of Brilliant Rose #F9529D
Tints of Brilliant Rose #F9529D
RGB
CMYK
RGB Variations
Color information
#F9529D (or 0xF9529D) is known color: Brilliant Rose. HEX triplet: F9, 52 and 9D. RGB value is (249,82,157). Sum of RGB (Red+Green+Blue) = 249+82+157=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9529D is #06AD62. Grayscale: #8C8C8C. Windows color (decimal): -437603 or 10310393. OLE color: 10310393.
HSL color Cylindrical-coordinate representation of color #F9529D: hue angle of 333.05º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9529D is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 157 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.02 |
| HSL | 333.05º | 0.93% | 0.65% | - |
| HSV(B) | 333.05º | 0.67% | 0.98% | - |
| XYZ | 48.17 | 28.61 | 34.88 | - |
| YUV | 140.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 157 | 0 | 0.67 | 0.37 | 0.02 | 333.05 | 0.93 | 0.65 |
| Hex | F9 | 52 | 9D | 0 | 43 | 25 | 2 | 14D | 5D | 41 |
| Octal | 371 | 122 | 235 | 0 | 103 | 45 | 2 | 515 | 135 | 101 |
| Binary | 11111001 | 1010010 | 10011101 | 0 | 1000011 | 100101 | 10 | 101001101 | 1011101 | 1000001 |
Color Harmonies of #F9529D
Complementary color
Monochromatic Colors of #F9529D
Black with #F9529D
Text Example
Text Example
White with #F9529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9529D; }
p { color: rgb(249,82,157); }
H1.HeaderClassName
{
color: #F9529D;
}
.AnyTagClassName
{
color: #F9529D;
}
</style>
background-color css
<style>
a { background-color: #F9529D; }
a { background-color: rgb(249,82,157); }
div.DivClassName
{
background-color: #F9529D;
}
.BgClassName
{
background-color: #F9529D;
}
</style>
border-color css
<style>
span { border-color: #F9529D; }
span { border-color: rgb(249,82,157); }
td.TdClassName
{
border-color: #F9529D;
}
.TagClassName
{
border-color: #F9529D;
}
</style>