Shades of Brilliant Rose #F951B7
Tints of Brilliant Rose #F951B7
RGB
CMYK
RGB Variations
Color information
#F951B7 (or 0xF951B7) is known color: Brilliant Rose. HEX triplet: F9, 51 and B7. RGB value is (249,81,183). Sum of RGB (Red+Green+Blue) = 249+81+183=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F951B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951B7 is #06AE48. Grayscale: #8E8E8E. Windows color (decimal): -437833 or 12014073. OLE color: 12014073.
HSL color Cylindrical-coordinate representation of color #F951B7: hue angle of 323.57º 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 #F951B7 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 183 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.02 |
| HSL | 323.57º | 0.93% | 0.65% | - |
| HSV(B) | 323.57º | 0.67% | 0.98% | - |
| XYZ | 50.56 | 29.44 | 47.82 | - |
| YUV | 142.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 183 | 0 | 0.67 | 0.27 | 0.02 | 323.57 | 0.93 | 0.65 |
| Hex | F9 | 51 | B7 | 0 | 43 | 1B | 2 | 144 | 5D | 41 |
| Octal | 371 | 121 | 267 | 0 | 103 | 33 | 2 | 504 | 135 | 101 |
| Binary | 11111001 | 1010001 | 10110111 | 0 | 1000011 | 11011 | 10 | 101000100 | 1011101 | 1000001 |
Color Harmonies of #F951B7
Complementary color
Monochromatic Colors of #F951B7
Black with #F951B7
Text Example
Text Example
White with #F951B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951B7; }
p { color: rgb(249,81,183); }
H1.HeaderClassName
{
color: #F951B7;
}
.AnyTagClassName
{
color: #F951B7;
}
</style>
background-color css
<style>
a { background-color: #F951B7; }
a { background-color: rgb(249,81,183); }
div.DivClassName
{
background-color: #F951B7;
}
.BgClassName
{
background-color: #F951B7;
}
</style>
border-color css
<style>
span { border-color: #F951B7; }
span { border-color: rgb(249,81,183); }
td.TdClassName
{
border-color: #F951B7;
}
.TagClassName
{
border-color: #F951B7;
}
</style>