Shades of Brilliant Rose #F949B7
Tints of Brilliant Rose #F949B7
RGB
CMYK
RGB Variations
Color information
#F949B7 (or 0xF949B7) is known color: Brilliant Rose. HEX triplet: F9, 49 and B7. RGB value is (249,73,183). Sum of RGB (Red+Green+Blue) = 249+73+183=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F949B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949B7 is #06B648. Grayscale: #898989. Windows color (decimal): -439881 or 12012025. OLE color: 12012025.
HSL color Cylindrical-coordinate representation of color #F949B7: hue angle of 322.5º 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 #F949B7 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 183 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.02 |
| HSL | 322.5º | 0.94% | 0.63% | - |
| HSV(B) | 322.5º | 0.71% | 0.98% | - |
| XYZ | 50 | 28.32 | 47.63 | - |
| YUV | 138.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 183 | 0 | 0.71 | 0.27 | 0.02 | 322.5 | 0.94 | 0.63 |
| Hex | F9 | 49 | B7 | 0 | 47 | 1B | 2 | 142 | 5E | 3F |
| Octal | 371 | 111 | 267 | 0 | 107 | 33 | 2 | 502 | 136 | 77 |
| Binary | 11111001 | 1001001 | 10110111 | 0 | 1000111 | 11011 | 10 | 101000010 | 1011110 | 111111 |
Color Harmonies of #F949B7
Complementary color
Monochromatic Colors of #F949B7
Black with #F949B7
Text Example
Text Example
White with #F949B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949B7; }
p { color: rgb(249,73,183); }
H1.HeaderClassName
{
color: #F949B7;
}
.AnyTagClassName
{
color: #F949B7;
}
</style>
background-color css
<style>
a { background-color: #F949B7; }
a { background-color: rgb(249,73,183); }
div.DivClassName
{
background-color: #F949B7;
}
.BgClassName
{
background-color: #F949B7;
}
</style>
border-color css
<style>
span { border-color: #F949B7; }
span { border-color: rgb(249,73,183); }
td.TdClassName
{
border-color: #F949B7;
}
.TagClassName
{
border-color: #F949B7;
}
</style>