Shades of Brilliant Rose #F949B0
Tints of Brilliant Rose #F949B0
RGB
CMYK
RGB Variations
Color information
#F949B0 (or 0xF949B0) is known color: Brilliant Rose. HEX triplet: F9, 49 and B0. RGB value is (249,73,176). Sum of RGB (Red+Green+Blue) = 249+73+176=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F949B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F949B0 is #06B64F. Grayscale: #898989. Windows color (decimal): -439888 or 11553273. OLE color: 11553273.
HSL color Cylindrical-coordinate representation of color #F949B0: hue angle of 324.89º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949B0 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 176 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.02 |
| HSL | 324.89º | 0.94% | 0.63% | - |
| HSV(B) | 324.89º | 0.71% | 0.98% | - |
| XYZ | 49.29 | 28.04 | 43.89 | - |
| YUV | 137.37 | 149.81 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 176 | 0 | 0.71 | 0.29 | 0.02 | 324.89 | 0.94 | 0.63 |
| Hex | F9 | 49 | B0 | 0 | 47 | 1D | 2 | 145 | 5E | 3F |
| Octal | 371 | 111 | 260 | 0 | 107 | 35 | 2 | 505 | 136 | 77 |
| Binary | 11111001 | 1001001 | 10110000 | 0 | 1000111 | 11101 | 10 | 101000101 | 1011110 | 111111 |
Color Harmonies of #F949B0
Complementary color
Monochromatic Colors of #F949B0
Black with #F949B0
Text Example
Text Example
White with #F949B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949B0; }
p { color: rgb(249,73,176); }
H1.HeaderClassName
{
color: #F949B0;
}
.AnyTagClassName
{
color: #F949B0;
}
</style>
background-color css
<style>
a { background-color: #F949B0; }
a { background-color: rgb(249,73,176); }
div.DivClassName
{
background-color: #F949B0;
}
.BgClassName
{
background-color: #F949B0;
}
</style>
border-color css
<style>
span { border-color: #F949B0; }
span { border-color: rgb(249,73,176); }
td.TdClassName
{
border-color: #F949B0;
}
.TagClassName
{
border-color: #F949B0;
}
</style>