Shades of Brilliant Rose #F950B1
Tints of Brilliant Rose #F950B1
RGB
CMYK
RGB Variations
Color information
#F950B1 (or 0xF950B1) is known color: Brilliant Rose. HEX triplet: F9, 50 and B1. RGB value is (249,80,177). Sum of RGB (Red+Green+Blue) = 249+80+177=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F950B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F950B1 is #06AF4E. Grayscale: #8D8D8D. Windows color (decimal): -438095 or 11620601. OLE color: 11620601.
HSL color Cylindrical-coordinate representation of color #F950B1: hue angle of 325.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950B1 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 177 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.02 |
| HSL | 325.56º | 0.93% | 0.65% | - |
| HSV(B) | 325.56º | 0.68% | 0.98% | - |
| XYZ | 49.87 | 29.05 | 44.57 | - |
| YUV | 141.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 177 | 0 | 0.68 | 0.29 | 0.02 | 325.56 | 0.93 | 0.65 |
| Hex | F9 | 50 | B1 | 0 | 44 | 1D | 2 | 146 | 5D | 41 |
| Octal | 371 | 120 | 261 | 0 | 104 | 35 | 2 | 506 | 135 | 101 |
| Binary | 11111001 | 1010000 | 10110001 | 0 | 1000100 | 11101 | 10 | 101000110 | 1011101 | 1000001 |
Color Harmonies of #F950B1
Complementary color
Monochromatic Colors of #F950B1
Black with #F950B1
Text Example
Text Example
White with #F950B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950B1; }
p { color: rgb(249,80,177); }
H1.HeaderClassName
{
color: #F950B1;
}
.AnyTagClassName
{
color: #F950B1;
}
</style>
background-color css
<style>
a { background-color: #F950B1; }
a { background-color: rgb(249,80,177); }
div.DivClassName
{
background-color: #F950B1;
}
.BgClassName
{
background-color: #F950B1;
}
</style>
border-color css
<style>
span { border-color: #F950B1; }
span { border-color: rgb(249,80,177); }
td.TdClassName
{
border-color: #F950B1;
}
.TagClassName
{
border-color: #F950B1;
}
</style>