Shades of Brilliant Rose #FB659D
Tints of Brilliant Rose #FB659D
RGB
CMYK
RGB Variations
Color information
#FB659D (or 0xFB659D) is known color: Brilliant Rose. HEX triplet: FB, 65 and 9D. RGB value is (251,101,157). Sum of RGB (Red+Green+Blue) = 251+101+157=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB659D is #049A62. Grayscale: #989898. Windows color (decimal): -301667 or 10315259. OLE color: 10315259.
HSL color Cylindrical-coordinate representation of color #FB659D: hue angle of 337.6º 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 #FB659D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 157 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.02 |
| HSL | 337.6º | 0.95% | 0.69% | - |
| HSV(B) | 337.6º | 0.6% | 0.98% | - |
| XYZ | 50.52 | 32.25 | 35.46 | - |
| YUV | 152.23 | 130.7 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 157 | 0 | 0.60 | 0.37 | 0.02 | 337.6 | 0.95 | 0.69 |
| Hex | FB | 65 | 9D | 0 | 3C | 25 | 2 | 152 | 5F | 45 |
| Octal | 373 | 145 | 235 | 0 | 74 | 45 | 2 | 522 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10011101 | 0 | 111100 | 100101 | 10 | 101010010 | 1011111 | 1000101 |
Color Harmonies of #FB659D
Complementary color
Monochromatic Colors of #FB659D
Black with #FB659D
Text Example
Text Example
White with #FB659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB659D; }
p { color: rgb(251,101,157); }
H1.HeaderClassName
{
color: #FB659D;
}
.AnyTagClassName
{
color: #FB659D;
}
</style>
background-color css
<style>
a { background-color: #FB659D; }
a { background-color: rgb(251,101,157); }
div.DivClassName
{
background-color: #FB659D;
}
.BgClassName
{
background-color: #FB659D;
}
</style>
border-color css
<style>
span { border-color: #FB659D; }
span { border-color: rgb(251,101,157); }
td.TdClassName
{
border-color: #FB659D;
}
.TagClassName
{
border-color: #FB659D;
}
</style>