Shades of Brilliant Rose #F9459F
Tints of Brilliant Rose #F9459F
RGB
CMYK
RGB Variations
Color information
#F9459F (or 0xF9459F) is known color: Brilliant Rose. HEX triplet: F9, 45 and 9F. RGB value is (249,69,159). Sum of RGB (Red+Green+Blue) = 249+69+159=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9459F is #06BA60. Grayscale: #848484. Windows color (decimal): -440929 or 10438137. OLE color: 10438137.
HSL color Cylindrical-coordinate representation of color #F9459F: hue angle of 330º 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 #F9459F is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 159 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.02 |
| HSL | 330º | 0.94% | 0.62% | - |
| HSV(B) | 330º | 0.72% | 0.98% | - |
| XYZ | 47.45 | 26.9 | 35.49 | - |
| YUV | 133.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 159 | 0 | 0.72 | 0.36 | 0.02 | 330 | 0.94 | 0.62 |
| Hex | F9 | 45 | 9F | 0 | 48 | 24 | 2 | 14A | 5E | 3E |
| Octal | 371 | 105 | 237 | 0 | 110 | 44 | 2 | 512 | 136 | 76 |
| Binary | 11111001 | 1000101 | 10011111 | 0 | 1001000 | 100100 | 10 | 101001010 | 1011110 | 111110 |
Color Harmonies of #F9459F
Complementary color
Monochromatic Colors of #F9459F
Black with #F9459F
Text Example
Text Example
White with #F9459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9459F; }
p { color: rgb(249,69,159); }
H1.HeaderClassName
{
color: #F9459F;
}
.AnyTagClassName
{
color: #F9459F;
}
</style>
background-color css
<style>
a { background-color: #F9459F; }
a { background-color: rgb(249,69,159); }
div.DivClassName
{
background-color: #F9459F;
}
.BgClassName
{
background-color: #F9459F;
}
</style>
border-color css
<style>
span { border-color: #F9459F; }
span { border-color: rgb(249,69,159); }
td.TdClassName
{
border-color: #F9459F;
}
.TagClassName
{
border-color: #F9459F;
}
</style>