Shades of Brilliant Rose #FB659A
Tints of Brilliant Rose #FB659A
RGB
CMYK
RGB Variations
Color information
#FB659A (or 0xFB659A) is known color: Brilliant Rose. HEX triplet: FB, 65 and 9A. RGB value is (251,101,154). Sum of RGB (Red+Green+Blue) = 251+101+154=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB659A is #049A65. Grayscale: #979797. Windows color (decimal): -301670 or 10118651. OLE color: 10118651.
HSL color Cylindrical-coordinate representation of color #FB659A: hue angle of 338.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 #FB659A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 154 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.02 |
| HSL | 338.8º | 0.95% | 0.69% | - |
| HSV(B) | 338.8º | 0.6% | 0.98% | - |
| XYZ | 50.27 | 32.15 | 34.13 | - |
| YUV | 151.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 154 | 0 | 0.60 | 0.39 | 0.02 | 338.8 | 0.95 | 0.69 |
| Hex | FB | 65 | 9A | 0 | 3C | 27 | 2 | 153 | 5F | 45 |
| Octal | 373 | 145 | 232 | 0 | 74 | 47 | 2 | 523 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10011010 | 0 | 111100 | 100111 | 10 | 101010011 | 1011111 | 1000101 |
Color Harmonies of #FB659A
Complementary color
Monochromatic Colors of #FB659A
Black with #FB659A
Text Example
Text Example
White with #FB659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB659A; }
p { color: rgb(251,101,154); }
H1.HeaderClassName
{
color: #FB659A;
}
.AnyTagClassName
{
color: #FB659A;
}
</style>
background-color css
<style>
a { background-color: #FB659A; }
a { background-color: rgb(251,101,154); }
div.DivClassName
{
background-color: #FB659A;
}
.BgClassName
{
background-color: #FB659A;
}
</style>
border-color css
<style>
span { border-color: #FB659A; }
span { border-color: rgb(251,101,154); }
td.TdClassName
{
border-color: #FB659A;
}
.TagClassName
{
border-color: #FB659A;
}
</style>