Shades of Brilliant Rose #FB659F
Tints of Brilliant Rose #FB659F
RGB
CMYK
RGB Variations
Color information
#FB659F (or 0xFB659F) is known color: Brilliant Rose. HEX triplet: FB, 65 and 9F. RGB value is (251,101,159). Sum of RGB (Red+Green+Blue) = 251+101+159=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB659F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB659F is #049A60. Grayscale: #989898. Windows color (decimal): -301665 or 10446331. OLE color: 10446331.
HSL color Cylindrical-coordinate representation of color #FB659F: hue angle of 336.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB659F is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 159 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.02 |
| HSL | 336.8º | 0.95% | 0.69% | - |
| HSV(B) | 336.8º | 0.6% | 0.98% | - |
| XYZ | 50.7 | 32.32 | 36.37 | - |
| YUV | 152.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 159 | 0 | 0.60 | 0.37 | 0.02 | 336.8 | 0.95 | 0.69 |
| Hex | FB | 65 | 9F | 0 | 3C | 25 | 2 | 151 | 5F | 45 |
| Octal | 373 | 145 | 237 | 0 | 74 | 45 | 2 | 521 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10011111 | 0 | 111100 | 100101 | 10 | 101010001 | 1011111 | 1000101 |
Color Harmonies of #FB659F
Complementary color
Monochromatic Colors of #FB659F
Black with #FB659F
Text Example
Text Example
White with #FB659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB659F; }
p { color: rgb(251,101,159); }
H1.HeaderClassName
{
color: #FB659F;
}
.AnyTagClassName
{
color: #FB659F;
}
</style>
background-color css
<style>
a { background-color: #FB659F; }
a { background-color: rgb(251,101,159); }
div.DivClassName
{
background-color: #FB659F;
}
.BgClassName
{
background-color: #FB659F;
}
</style>
border-color css
<style>
span { border-color: #FB659F; }
span { border-color: rgb(251,101,159); }
td.TdClassName
{
border-color: #FB659F;
}
.TagClassName
{
border-color: #FB659F;
}
</style>