Shades of Brilliant Rose #F9459D
Tints of Brilliant Rose #F9459D
RGB
CMYK
RGB Variations
Color information
#F9459D (or 0xF9459D) is known color: Brilliant Rose. HEX triplet: F9, 45 and 9D. RGB value is (249,69,157). Sum of RGB (Red+Green+Blue) = 249+69+157=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9459D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9459D is #06BA62. Grayscale: #848484. Windows color (decimal): -440931 or 10307065. OLE color: 10307065.
HSL color Cylindrical-coordinate representation of color #F9459D: hue angle of 330.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9459D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 157 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.02 |
| HSL | 330.67º | 0.94% | 0.62% | - |
| HSV(B) | 330.67º | 0.72% | 0.98% | - |
| XYZ | 47.28 | 26.83 | 34.59 | - |
| YUV | 132.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 157 | 0 | 0.72 | 0.37 | 0.02 | 330.67 | 0.94 | 0.62 |
| Hex | F9 | 45 | 9D | 0 | 48 | 25 | 2 | 14B | 5E | 3E |
| Octal | 371 | 105 | 235 | 0 | 110 | 45 | 2 | 513 | 136 | 76 |
| Binary | 11111001 | 1000101 | 10011101 | 0 | 1001000 | 100101 | 10 | 101001011 | 1011110 | 111110 |
Color Harmonies of #F9459D
Complementary color
Monochromatic Colors of #F9459D
Black with #F9459D
Text Example
Text Example
White with #F9459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9459D; }
p { color: rgb(249,69,157); }
H1.HeaderClassName
{
color: #F9459D;
}
.AnyTagClassName
{
color: #F9459D;
}
</style>
background-color css
<style>
a { background-color: #F9459D; }
a { background-color: rgb(249,69,157); }
div.DivClassName
{
background-color: #F9459D;
}
.BgClassName
{
background-color: #F9459D;
}
</style>
border-color css
<style>
span { border-color: #F9459D; }
span { border-color: rgb(249,69,157); }
td.TdClassName
{
border-color: #F9459D;
}
.TagClassName
{
border-color: #F9459D;
}
</style>