Shades of Brilliant Rose #FB649B
Tints of Brilliant Rose #FB649B
RGB
CMYK
RGB Variations
Color information
#FB649B (or 0xFB649B) is known color: Brilliant Rose. HEX triplet: FB, 64 and 9B. RGB value is (251,100,155). Sum of RGB (Red+Green+Blue) = 251+100+155=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB649B is #049B64. Grayscale: #979797. Windows color (decimal): -301925 or 10183931. OLE color: 10183931.
HSL color Cylindrical-coordinate representation of color #FB649B: hue angle of 338.15º 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 #FB649B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 155 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.02 |
| HSL | 338.15º | 0.95% | 0.69% | - |
| HSV(B) | 338.15º | 0.6% | 0.98% | - |
| XYZ | 50.26 | 31.99 | 34.54 | - |
| YUV | 151.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 155 | 0 | 0.60 | 0.38 | 0.02 | 338.15 | 0.95 | 0.69 |
| Hex | FB | 64 | 9B | 0 | 3C | 26 | 2 | 152 | 5F | 45 |
| Octal | 373 | 144 | 233 | 0 | 74 | 46 | 2 | 522 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10011011 | 0 | 111100 | 100110 | 10 | 101010010 | 1011111 | 1000101 |
Color Harmonies of #FB649B
Complementary color
Monochromatic Colors of #FB649B
Black with #FB649B
Text Example
Text Example
White with #FB649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB649B; }
p { color: rgb(251,100,155); }
H1.HeaderClassName
{
color: #FB649B;
}
.AnyTagClassName
{
color: #FB649B;
}
</style>
background-color css
<style>
a { background-color: #FB649B; }
a { background-color: rgb(251,100,155); }
div.DivClassName
{
background-color: #FB649B;
}
.BgClassName
{
background-color: #FB649B;
}
</style>
border-color css
<style>
span { border-color: #FB649B; }
span { border-color: rgb(251,100,155); }
td.TdClassName
{
border-color: #FB649B;
}
.TagClassName
{
border-color: #FB649B;
}
</style>